@nu-art/conflict-resolution-frontend 0.500.0 → 0.500.6
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/_ats/ATS_ConflictResolution/ATS_ConflictResolution.js +2 -1
- package/_modules/ModuleFE_ConflictResolution.js +1 -1
- package/_ui/Overlay_ConflictResolution/Overlay_ConflictResolution.d.ts +1 -1
- package/_ui/Panel_ConflictResolution/Panel_ConflictResolution.js +2 -2
- package/package.json +12 -12
- package/_dispatchers/index.d.ts +0 -1
- package/_dispatchers/index.js +0 -6
- package/_ui/index.d.ts +0 -1
- package/_ui/index.js +0 -6
|
@@ -7,7 +7,8 @@ import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-run
|
|
|
7
7
|
import { filterDuplicates, RuntimeModules, sortArray } from '@nu-art/ts-common';
|
|
8
8
|
import './ATS_ConflictResolution.scss';
|
|
9
9
|
import { Button, ComponentSync, LL_V_L, SimpleListAdapter, TS_DropDown, TS_Input, TS_PropRenderer } from '@nu-art/thunder-widgets';
|
|
10
|
-
import { ATS_Backend
|
|
10
|
+
import { ATS_Backend } from '@nu-art/thunder-ui-modules';
|
|
11
|
+
import { ModuleFE_CollectionActions } from '@nu-art/db-api-frontend';
|
|
11
12
|
import { ModuleFE_ConflictResolution } from '../../_modules/ModuleFE_ConflictResolution.js';
|
|
12
13
|
export class ATS_ConflictResolution extends ComponentSync {
|
|
13
14
|
static screen = {
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import { DBEntityDependencyErrorType } from '@nu-art/conflict-resolution-shared';
|
|
7
7
|
import { HttpClient } from '@nu-art/http-client';
|
|
8
8
|
import { BadImplementationException, Module, asArray } from '@nu-art/ts-common';
|
|
9
|
-
import { dispatch_ShowConflictResolution } from '../_dispatchers/
|
|
9
|
+
import { dispatch_ShowConflictResolution } from '../_dispatchers/show-conflict-resolution.js';
|
|
10
10
|
class ModuleFE_ConflictResolution_Class extends Module {
|
|
11
11
|
conflictResolutionItems = [];
|
|
12
12
|
initDefaultHasDependencyResponse = () => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { DBEntityDependencies } from '@nu-art/conflict-resolution-shared';
|
|
2
2
|
import { ComponentSync } from '@nu-art/thunder-widgets';
|
|
3
3
|
import './Overlay_ConflictResolution.scss';
|
|
4
|
-
import { OnShowConflictResolution } from '../../_dispatchers/
|
|
4
|
+
import { OnShowConflictResolution } from '../../_dispatchers/show-conflict-resolution.js';
|
|
5
5
|
type State = {
|
|
6
6
|
dependencies?: DBEntityDependencies;
|
|
7
7
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { Button, ComponentSync, LL_H_C, LL_V_L } from '@nu-art/thunder-widgets';
|
|
3
3
|
import { _keys, _values, filterDuplicates, flatArray, RuntimeModules } from '@nu-art/ts-common';
|
|
4
|
-
import { dispatch_ShowConflictResolution } from '../../_dispatchers/
|
|
5
|
-
import { TS_Icons } from '@nu-art/ts-styles/icons/
|
|
4
|
+
import { dispatch_ShowConflictResolution } from '../../_dispatchers/show-conflict-resolution.js';
|
|
5
|
+
import { TS_Icons } from '@nu-art/ts-styles/icons/icons';
|
|
6
6
|
import './Panel_ConflictResolution.scss';
|
|
7
7
|
import { ConflictResolutionTree } from '../ConflictResolutionTree/ConflictResolutionTree.js';
|
|
8
8
|
export class Panel_ConflictResolution extends ComponentSync {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nu-art/conflict-resolution-frontend",
|
|
3
|
-
"version": "0.500.
|
|
3
|
+
"version": "0.500.6",
|
|
4
4
|
"description": "Conflict Resolution Frontend",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"TacB0sS",
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
"linkDirectory": true
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@nu-art/conflict-resolution-shared": "0.500.
|
|
40
|
-
"@nu-art/ts-common": "0.500.
|
|
41
|
-
"@nu-art/ts-styles": "0.500.
|
|
39
|
+
"@nu-art/conflict-resolution-shared": "0.500.6",
|
|
40
|
+
"@nu-art/ts-common": "0.500.6",
|
|
41
|
+
"@nu-art/ts-styles": "0.500.6",
|
|
42
42
|
"react": "^18.0.0",
|
|
43
|
-
"@nu-art/db-api-frontend": "0.500.
|
|
44
|
-
"@nu-art/db-api-shared": "0.500.
|
|
45
|
-
"@nu-art/editable-item": "
|
|
46
|
-
"@nu-art/http-client": "
|
|
47
|
-
"@nu-art/thunder-core": "
|
|
48
|
-
"@nu-art/thunder-routing": "
|
|
49
|
-
"@nu-art/thunder-ui-modules": "
|
|
50
|
-
"@nu-art/thunder-widgets": "
|
|
43
|
+
"@nu-art/db-api-frontend": "0.500.6",
|
|
44
|
+
"@nu-art/db-api-shared": "0.500.6",
|
|
45
|
+
"@nu-art/editable-item": "0.500.6",
|
|
46
|
+
"@nu-art/http-client": "0.500.6",
|
|
47
|
+
"@nu-art/thunder-core": "0.500.6",
|
|
48
|
+
"@nu-art/thunder-routing": "0.500.6",
|
|
49
|
+
"@nu-art/thunder-ui-modules": "0.500.6",
|
|
50
|
+
"@nu-art/thunder-widgets": "0.500.6"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/react": "^18.0.0"
|
package/_dispatchers/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './show-conflict-resolution.js';
|
package/_dispatchers/index.js
DELETED
package/_ui/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Overlay_ConflictResolution/Overlay_ConflictResolution.js';
|
package/_ui/index.js
DELETED