@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.
@@ -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, ModuleFE_CollectionActions } from '@nu-art/thunder-ui-modules';
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/index.js';
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/index.js';
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/index.js';
5
- import { TS_Icons } from '@nu-art/ts-styles/icons/index';
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.0",
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.0",
40
- "@nu-art/ts-common": "0.500.0",
41
- "@nu-art/ts-styles": "0.500.0",
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.0",
44
- "@nu-art/db-api-shared": "0.500.0",
45
- "@nu-art/editable-item": "{{THUNDERSTORM_VERSION}}",
46
- "@nu-art/http-client": "{{THUNDERSTORM_VERSION}}",
47
- "@nu-art/thunder-core": "{{THUNDERSTORM_VERSION}}",
48
- "@nu-art/thunder-routing": "{{THUNDERSTORM_VERSION}}",
49
- "@nu-art/thunder-ui-modules": "{{THUNDERSTORM_VERSION}}",
50
- "@nu-art/thunder-widgets": "{{THUNDERSTORM_VERSION}}"
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"
@@ -1 +0,0 @@
1
- export * from './show-conflict-resolution.js';
@@ -1,6 +0,0 @@
1
- /*
2
- * @nu-art/conflict-resolution-frontend - Conflict resolution dispatchers
3
- * Copyright (C) 2026 Adam van der Kruk aka TacB0sS
4
- * Licensed under the Apache License, Version 2.0
5
- */
6
- export * from './show-conflict-resolution.js';
package/_ui/index.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from './Overlay_ConflictResolution/Overlay_ConflictResolution.js';
package/_ui/index.js DELETED
@@ -1,6 +0,0 @@
1
- /*
2
- * @nu-art/conflict-resolution-frontend - Conflict resolution UI components
3
- * Copyright (C) 2026 Adam van der Kruk aka TacB0sS
4
- * Licensed under the Apache License, Version 2.0
5
- */
6
- export * from './Overlay_ConflictResolution/Overlay_ConflictResolution.js';