@qimen-lab/core 0.1.3 → 0.1.4

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.
Files changed (133) hide show
  1. package/dist/async/package.json +1 -1
  2. package/dist/cache/package.json +3 -3
  3. package/dist/composable/ComposableBase.d.ts +1 -1
  4. package/dist/composable/ComposableBase.esm.js +1 -1
  5. package/dist/composable/ComposableBase.js +1 -1
  6. package/dist/composable/package.json +3 -3
  7. package/dist/context/package.json +2 -2
  8. package/dist/crypto/package.json +1 -1
  9. package/dist/data-processor/DataProcessorRegistrar.d.ts +1 -1
  10. package/dist/data-processor/DataProcessorRegistrar.esm.js +1 -1
  11. package/dist/data-processor/DataProcessorRegistrar.js +1 -1
  12. package/dist/data-processor/executor.d.ts +3 -3
  13. package/dist/data-processor/executor.esm.js +1 -1
  14. package/dist/data-processor/executor.js +1 -1
  15. package/dist/data-processor/package.json +4 -4
  16. package/dist/data-processor-abp/package.json +3 -3
  17. package/dist/data-processor-abp/post.d.ts +1 -1
  18. package/dist/data-processor-abp/post.esm.js +1 -1
  19. package/dist/data-processor-abp/post.js +1 -1
  20. package/dist/data-processor-abp/pre.d.ts +1 -1
  21. package/dist/data-processor-abp/pre.esm.js +1 -1
  22. package/dist/data-processor-abp/pre.js +1 -1
  23. package/dist/data-processor-abp/register.esm.js +1 -1
  24. package/dist/data-processor-abp/register.js +1 -1
  25. package/dist/data-processor-spring/package.json +3 -3
  26. package/dist/data-processor-spring/post.d.ts +1 -1
  27. package/dist/data-processor-spring/post.esm.js +1 -1
  28. package/dist/data-processor-spring/post.js +1 -1
  29. package/dist/data-processor-spring/pre.d.ts +1 -1
  30. package/dist/data-processor-spring/pre.esm.js +1 -1
  31. package/dist/data-processor-spring/pre.js +1 -1
  32. package/dist/data-processor-spring/register.esm.js +1 -1
  33. package/dist/data-processor-spring/register.js +1 -1
  34. package/dist/entity/abilities/SchemaAbility.d.ts +1 -1
  35. package/dist/entity/abilities/SchemaAbility.js +1 -1
  36. package/dist/entity/abilities/core/CacheAbility.d.ts +1 -1
  37. package/dist/entity/abilities/core/CacheAbility.js +1 -1
  38. package/dist/entity/abilities/core/DirtyAbility.d.ts +1 -1
  39. package/dist/entity/abilities/core/SchemaProxyAbility.d.ts +1 -1
  40. package/dist/entity/abilities/local/FlatLocalDeleteAbility.d.ts +1 -1
  41. package/dist/entity/abilities/local/FlatLocalMutationAbility.d.ts +1 -1
  42. package/dist/entity/abilities/local/FlatLocalStateAbility.d.ts +1 -1
  43. package/dist/entity/abilities/local/FlatLocalStateAbility.js +1 -1
  44. package/dist/entity/abilities/local/LocalGetAbility.d.ts +1 -1
  45. package/dist/entity/abilities/local/LocalListAbility.d.ts +1 -1
  46. package/dist/entity/abilities/mutation/LocalMutationAbility.d.ts +1 -1
  47. package/dist/entity/abilities/remote/FlatRemoteGetAllAbility.d.ts +1 -1
  48. package/dist/entity/abilities/remote/FlatRemoteListAbility.d.ts +1 -1
  49. package/dist/entity/abilities/remote/FlatRemoteQueryAbility.d.ts +1 -1
  50. package/dist/entity/abilities/remote/FlatRemoteQueryAbility.js +1 -1
  51. package/dist/entity/abilities/remote/FlatRemoteStateAbility.d.ts +1 -1
  52. package/dist/entity/abilities/remote/RemoteCreateAbility.d.ts +1 -1
  53. package/dist/entity/abilities/remote/RemoteCreateAbility.js +1 -1
  54. package/dist/entity/abilities/remote/RemoteDeleteAbility.d.ts +1 -1
  55. package/dist/entity/abilities/remote/RemoteDeleteAbility.js +1 -1
  56. package/dist/entity/abilities/remote/RemoteGetAbility.d.ts +1 -1
  57. package/dist/entity/abilities/remote/RemoteToggleAbility.d.ts +1 -1
  58. package/dist/entity/abilities/remote/RemoteUpdateAbility.d.ts +1 -1
  59. package/dist/entity/abilities/remote/RemoteUpdateAbility.js +1 -1
  60. package/dist/entity/abilities/remote/TreeManagerAbility.d.ts +1 -1
  61. package/dist/entity/abilities/remote/TreeRemoteStateAbility.d.ts +1 -1
  62. package/dist/entity/abilities/search/SearchAbility.d.ts +1 -1
  63. package/dist/entity/abilities/tree/TreeLifecycleAbility.d.ts +1 -1
  64. package/dist/entity/abilities/tree/TreePathAbility.d.ts +1 -1
  65. package/dist/entity/abilities/tree/TreeSearchAbility.d.ts +1 -1
  66. package/dist/entity/abilities/tree/TreeViewAbility.d.ts +1 -1
  67. package/dist/entity/manager/BaseEntityManager.d.ts +4 -4
  68. package/dist/entity/manager/CoreEntityManager.d.ts +7 -7
  69. package/dist/entity/manager/CoreEntityManager.js +11 -11
  70. package/dist/entity/manager/managers.d.ts +3 -3
  71. package/dist/entity/manager/managers.js +23 -23
  72. package/dist/entity/package.json +11 -11
  73. package/dist/entity/types/index.d.ts +11 -11
  74. package/dist/entity/types/index.js +2 -2
  75. package/dist/error/package.json +1 -1
  76. package/dist/event-dom/adapters/dom/DomEventAdapter.js +3 -3
  77. package/dist/event-dom/adapters/processors/GestureProcessor.d.ts +1 -1
  78. package/dist/event-dom/adapters/processors/GestureProcessor.js +4 -4
  79. package/dist/event-dom/adapters/processors/LongPressProcessor.js +1 -1
  80. package/dist/event-dom/adapters/processors/factory.js +2 -2
  81. package/dist/event-dom/adapters/semantic-map/resolve.js +1 -1
  82. package/dist/event-dom/adapters/utils/validation.js +1 -1
  83. package/dist/event-dom/package.json +7 -7
  84. package/dist/events/package.json +3 -3
  85. package/dist/http/package.json +5 -5
  86. package/dist/i18n/package.json +1 -1
  87. package/dist/logger/package.json +1 -1
  88. package/dist/mime/package.json +2 -2
  89. package/dist/oauth2/OAuth2Manager.esm.js +1 -1
  90. package/dist/oauth2/OAuth2Manager.js +1 -1
  91. package/dist/oauth2/TokenRefreshHandler.d.ts +1 -1
  92. package/dist/oauth2/TokenRefreshHandler.esm.js +1 -1
  93. package/dist/oauth2/TokenRefreshHandler.js +1 -1
  94. package/dist/oauth2/package.json +5 -5
  95. package/dist/oauth2/register.esm.js +1 -1
  96. package/dist/oauth2/register.js +1 -1
  97. package/dist/pattern/package.json +2 -2
  98. package/dist/pipeline/executor.esm.js +1 -1
  99. package/dist/pipeline/executor.js +1 -1
  100. package/dist/pipeline/package.json +3 -3
  101. package/dist/pipeline/types.d.ts +1 -1
  102. package/dist/registry/package.json +2 -2
  103. package/dist/runtime/package.json +1 -1
  104. package/dist/schema/package.json +2 -2
  105. package/dist/system-abilities/interfaces/index.d.ts +1 -1
  106. package/dist/system-abilities/package.json +5 -5
  107. package/dist/system-abilities/system/DomEventsAbility.d.ts +1 -1
  108. package/dist/system-abilities/system/DomEventsAbility.js +1 -1
  109. package/dist/system-abilities/system/DomainAbility.d.ts +1 -1
  110. package/dist/system-abilities/system/DomainAbility.js +1 -1
  111. package/dist/system-abilities/system/EventAbility.d.ts +1 -1
  112. package/dist/system-abilities/system/EventAbility.js +1 -1
  113. package/dist/system-abilities/system/SystemAbility.d.ts +1 -1
  114. package/dist/system-abilities/system/SystemAbility.js +1 -1
  115. package/dist/task/hash-task/factory.js +1 -1
  116. package/dist/task/hash-task/hash/HashTask.d.ts +1 -1
  117. package/dist/task/package.json +5 -5
  118. package/dist/types/package.json +1 -1
  119. package/dist/utils/package.json +1 -1
  120. package/dist/validation/core/executor.d.ts +2 -2
  121. package/dist/validation/core/executor.js +1 -1
  122. package/dist/validation/errors/DuplicateValidatorError.d.ts +1 -1
  123. package/dist/validation/errors/DuplicateValidatorError.js +1 -1
  124. package/dist/validation/errors/ValidationError.d.ts +1 -1
  125. package/dist/validation/errors/ValidationError.js +1 -1
  126. package/dist/validation/errors/ValidationTypeNotDefinedError.d.ts +1 -1
  127. package/dist/validation/errors/ValidationTypeNotDefinedError.js +1 -1
  128. package/dist/validation/errors/ValidatorNotFoundError.d.ts +1 -1
  129. package/dist/validation/errors/ValidatorNotFoundError.js +1 -1
  130. package/dist/validation/package.json +4 -4
  131. package/dist/validation/processors/password/entries.d.ts +2 -2
  132. package/dist/validation/processors/password/entries.js +1 -1
  133. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qimen-lab/async",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "main": "index.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "index.d.ts",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qimen-lab/cache",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "main": "index.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "index.d.ts",
@@ -13,7 +13,7 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@qimen-lab/logger": "0.1.2",
17
- "@qimen-lab/utils": "0.1.2"
16
+ "@qimen-lab/logger": "0.1.3",
17
+ "@qimen-lab/utils": "0.1.3"
18
18
  }
19
19
  }
@@ -1,4 +1,4 @@
1
- import { ILogger } from '@/logger';
1
+ import { ILogger } from '../logger/index.d.ts';
2
2
  import type { IComposableBase } from './types/composable';
3
3
  /**
4
4
  * 能力定义类型
@@ -1,4 +1,4 @@
1
- import { Logger } from '@/logger';
1
+ import { Logger } from '../logger/index.esm.js';
2
2
  import { debounce as debounceFn } from '../async/index.esm.js';
3
3
  /**
4
4
  * Symbol 用于存储能力私有状态
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ComposableBase = void 0;
4
- const logger_1 = require("@/logger");
4
+ const logger_1 = require("../logger/index.js");
5
5
  const async_1 = require("../async/index.js");
6
6
  /**
7
7
  * Symbol 用于存储能力私有状态
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qimen-lab/composable",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "main": "index.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "index.d.ts",
@@ -13,7 +13,7 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@qimen-lab/logger": "0.1.2",
17
- "@qimen-lab/async": "0.1.2"
16
+ "@qimen-lab/logger": "0.1.3",
17
+ "@qimen-lab/async": "0.1.3"
18
18
  }
19
19
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qimen-lab/context",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "main": "index.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "index.d.ts",
@@ -13,6 +13,6 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@qimen-lab/registry": "0.1.2"
16
+ "@qimen-lab/registry": "0.1.3"
17
17
  }
18
18
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qimen-lab/crypto",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "main": "index.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "index.d.ts",
@@ -8,7 +8,7 @@
8
8
  *
9
9
  * @module data-processor/DataProcessorRegistrar
10
10
  */
11
- import { RegistrarBase } from '@/registry/registrars/RegistrarBase';
11
+ import { RegistrarBase } from '../registry/registrars/RegistrarBase.d.ts';
12
12
  import type { DataProcessorHandler, DataProcessorKey } from './types';
13
13
  /**
14
14
  * 数据处理注册器名称常量
@@ -8,7 +8,7 @@
8
8
  *
9
9
  * @module data-processor/DataProcessorRegistrar
10
10
  */
11
- import { RegistrarBase } from '@/registry/registrars/RegistrarBase';
11
+ import { RegistrarBase } from '../registry/registrars/RegistrarBase.esm.js';
12
12
  import { getWeightName } from './weights';
13
13
  /**
14
14
  * 数据处理注册器名称常量
@@ -11,7 +11,7 @@
11
11
  */
12
12
  Object.defineProperty(exports, "__esModule", { value: true });
13
13
  exports.DataProcessorRegistrar = exports.DataProcessorRegistrarName = void 0;
14
- const RegistrarBase_1 = require("@/registry/registrars/RegistrarBase");
14
+ const RegistrarBase_1 = require("../registry/registrars/RegistrarBase.js");
15
15
  const weights_1 = require("./weights");
16
16
  /**
17
17
  * 数据处理注册器名称常量
@@ -6,7 +6,7 @@
6
6
  *
7
7
  * @module data-processor/executor
8
8
  */
9
- import type { RequestContext } from '@/context';
9
+ import type { RequestContext } from '../context/index.d.ts';
10
10
  import type { DataProcessorHandler } from './types';
11
11
  /**
12
12
  * 数据处理执行器
@@ -41,11 +41,11 @@ export declare class DataProcessorExecutor {
41
41
  * const handlers = DataProcessor.getPipeline('abp', 'pre');
42
42
  * const result = await executor.execute(context, handlers, 'pre');
43
43
  */
44
- execute(context: RequestContext, handlers: DataProcessorHandler[], phase?: 'pre' | 'post'): Promise<import("@/pipeline").PipelineResult<RequestContext>>;
44
+ execute(context: RequestContext, handlers: DataProcessorHandler[], phase?: 'pre' | 'post'): Promise<import("../pipeline/index.d.ts").PipelineResult<RequestContext>>;
45
45
  /**
46
46
  * 获取执行统计
47
47
  */
48
- getStats(): import("@/pipeline").PipelineStats;
48
+ getStats(): import("../pipeline/index.d.ts").PipelineStats;
49
49
  /**
50
50
  * 重置统计
51
51
  */
@@ -6,7 +6,7 @@
6
6
  *
7
7
  * @module data-processor/executor
8
8
  */
9
- import { Pipeline } from '@/pipeline';
9
+ import { Pipeline } from '../pipeline/index.esm.js';
10
10
  /**
11
11
  * 数据处理执行器
12
12
  *
@@ -9,7 +9,7 @@
9
9
  */
10
10
  Object.defineProperty(exports, "__esModule", { value: true });
11
11
  exports.dataProcessorExecutor = exports.DataProcessorExecutor = void 0;
12
- const pipeline_1 = require("@/pipeline");
12
+ const pipeline_1 = require("../pipeline/index.js");
13
13
  /**
14
14
  * 数据处理执行器
15
15
  *
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qimen-lab/data-processor",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "main": "index.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "index.d.ts",
@@ -13,8 +13,8 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@qimen-lab/registry": "0.1.2",
17
- "@qimen-lab/context": "0.1.2",
18
- "@qimen-lab/pipeline": "0.1.2"
16
+ "@qimen-lab/registry": "0.1.3",
17
+ "@qimen-lab/context": "0.1.3",
18
+ "@qimen-lab/pipeline": "0.1.3"
19
19
  }
20
20
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qimen-lab/data-processor-abp",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "main": "index.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "index.d.ts",
@@ -13,7 +13,7 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@qimen-lab/data-processor": "0.1.2",
17
- "@qimen-lab/context": "0.1.2"
16
+ "@qimen-lab/data-processor": "0.1.3",
17
+ "@qimen-lab/context": "0.1.3"
18
18
  }
19
19
  }
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * @module data-processor-abp/post
7
7
  */
8
- import type { DataProcessorHandler } from '@/data-processor/types';
8
+ import type { DataProcessorHandler } from '../data-processor/types.d.ts';
9
9
  import type { AbpFieldErrors, AbpPipelineOptions } from './types';
10
10
  /**
11
11
  * ABP 数据提取
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * @module data-processor-abp/post
7
7
  */
8
- import { DataProcessorWeight } from '@/data-processor/weights';
8
+ import { DataProcessorWeight } from '../data-processor/weights.esm.js';
9
9
  /**
10
10
  * ABP 数据提取
11
11
  *
@@ -13,7 +13,7 @@ exports.createAbpSoftDeleteFilterHandler = createAbpSoftDeleteFilterHandler;
13
13
  exports.createAbpErrorHandler = createAbpErrorHandler;
14
14
  exports.convertToFieldErrors = convertToFieldErrors;
15
15
  exports.getAbpPostHandlers = getAbpPostHandlers;
16
- const weights_1 = require("@/data-processor/weights");
16
+ const weights_1 = require("../data-processor/weights.js");
17
17
  /**
18
18
  * ABP 数据提取
19
19
  *
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * @module data-processor-abp/pre
7
7
  */
8
- import type { DataProcessorHandler } from '@/data-processor/types';
8
+ import type { DataProcessorHandler } from '../data-processor/types.d.ts';
9
9
  import type { AbpPipelineOptions } from './types';
10
10
  /**
11
11
  * ABP 分页参数转换
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * @module data-processor-abp/pre
7
7
  */
8
- import { DataProcessorWeight } from '@/data-processor/weights';
8
+ import { DataProcessorWeight } from '../data-processor/weights.esm.js';
9
9
  /**
10
10
  * ABP 分页参数转换
11
11
  *
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.createAbpPaginationHandler = createAbpPaginationHandler;
11
11
  exports.createAbpTenantHeaderHandler = createAbpTenantHeaderHandler;
12
12
  exports.getAbpPreHandlers = getAbpPreHandlers;
13
- const weights_1 = require("@/data-processor/weights");
13
+ const weights_1 = require("../data-processor/weights.js");
14
14
  /**
15
15
  * ABP 分页参数转换
16
16
  *
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * @module data-processor-abp/register
7
7
  */
8
- import { DataProcessor } from '@/data-processor';
8
+ import { DataProcessor } from '../data-processor/index.esm.js';
9
9
  import { getAbpPreHandlers, getAbpPostHandlers } from './index';
10
10
  /**
11
11
  * 注册所有 ABP 处理器
@@ -8,7 +8,7 @@
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.registerAbpHandlers = registerAbpHandlers;
11
- const data_processor_1 = require("@/data-processor");
11
+ const data_processor_1 = require("../data-processor/index.js");
12
12
  const index_1 = require("./index");
13
13
  /**
14
14
  * 注册所有 ABP 处理器
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qimen-lab/data-processor-spring",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "main": "index.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "index.d.ts",
@@ -13,7 +13,7 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@qimen-lab/data-processor": "0.1.2",
17
- "@qimen-lab/context": "0.1.2"
16
+ "@qimen-lab/data-processor": "0.1.3",
17
+ "@qimen-lab/context": "0.1.3"
18
18
  }
19
19
  }
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * @module data-processor-spring/post
7
7
  */
8
- import type { DataProcessorHandler } from '@/data-processor/types';
8
+ import type { DataProcessorHandler } from '../data-processor/types.d.ts';
9
9
  /**
10
10
  * Spring 数据提取
11
11
  *
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * @module data-processor-spring/post
7
7
  */
8
- import { DataProcessorWeight } from '@/data-processor/weights';
8
+ import { DataProcessorWeight } from '../data-processor/weights.esm.js';
9
9
  /**
10
10
  * Spring 数据提取
11
11
  *
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.createSpringExtractHandler = createSpringExtractHandler;
11
11
  exports.createSpringErrorHandler = createSpringErrorHandler;
12
12
  exports.getSpringPostHandlers = getSpringPostHandlers;
13
- const weights_1 = require("@/data-processor/weights");
13
+ const weights_1 = require("../data-processor/weights.js");
14
14
  /**
15
15
  * Spring 数据提取
16
16
  *
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * @module data-processor-spring/pre
7
7
  */
8
- import type { DataProcessorHandler } from '@/data-processor/types';
8
+ import type { DataProcessorHandler } from '../data-processor/types.d.ts';
9
9
  import type { SpringPipelineOptions } from './types';
10
10
  /**
11
11
  * Spring 分页参数转换
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * @module data-processor-spring/pre
7
7
  */
8
- import { DataProcessorWeight } from '@/data-processor/weights';
8
+ import { DataProcessorWeight } from '../data-processor/weights.esm.js';
9
9
  /**
10
10
  * Spring 分页参数转换
11
11
  *
@@ -9,7 +9,7 @@
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.createSpringPaginationHandler = createSpringPaginationHandler;
11
11
  exports.getSpringPreHandlers = getSpringPreHandlers;
12
- const weights_1 = require("@/data-processor/weights");
12
+ const weights_1 = require("../data-processor/weights.js");
13
13
  /**
14
14
  * Spring 分页参数转换
15
15
  *
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * @module data-processor-spring/register
7
7
  */
8
- import { DataProcessor } from '@/data-processor';
8
+ import { DataProcessor } from '../data-processor/index.esm.js';
9
9
  import { getSpringPreHandlers, getSpringPostHandlers } from './index';
10
10
  /**
11
11
  * 注册所有 Spring 处理器
@@ -8,7 +8,7 @@
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.registerSpringHandlers = registerSpringHandlers;
11
- const data_processor_1 = require("@/data-processor");
11
+ const data_processor_1 = require("../data-processor/index.js");
12
12
  const index_1 = require("./index");
13
13
  /**
14
14
  * 注册所有 Spring 处理器
@@ -1,4 +1,4 @@
1
- import type { AbilityDefinition } from '@/composable';
1
+ import type { AbilityDefinition } from '../../composable/index.d.ts';
2
2
  /**
3
3
  * SchemaAbility - 模式能力
4
4
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SchemaAbility = void 0;
4
- const schema_1 = require("@/schema");
4
+ const schema_1 = require("../../schema/index.js");
5
5
  /**
6
6
  * SchemaAbility - 模式能力
7
7
  *
@@ -1,4 +1,4 @@
1
- import type { AbilityDefinition } from '@/composable';
1
+ import type { AbilityDefinition } from '../../../composable/index.d.ts';
2
2
  /**
3
3
  * CacheAbility - 缓存能力
4
4
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CacheAbility = void 0;
4
- const cache_1 = require("@/cache");
4
+ const cache_1 = require("../../../cache/index.js");
5
5
  /**
6
6
  * 简单哈希函数
7
7
  */
@@ -1,4 +1,4 @@
1
- import type { AbilityDefinition } from '@/composable';
1
+ import type { AbilityDefinition } from '../../../composable/index.d.ts';
2
2
  /**
3
3
  * DirtyAbility - 脏检查能力
4
4
  *
@@ -1,4 +1,4 @@
1
- import type { AbilityDefinition } from '@/composable';
1
+ import type { AbilityDefinition } from '../../../composable/index.d.ts';
2
2
  /**
3
3
  * SchemaProxyAbility - Schema 属性代理能力
4
4
  *
@@ -1,4 +1,4 @@
1
- import type { AbilityDefinition } from '@/composable';
1
+ import type { AbilityDefinition } from '../../../composable/index.d.ts';
2
2
  /**
3
3
  * FlatLocalDeleteAbility - 平铺本地删除能力
4
4
  *
@@ -1,4 +1,4 @@
1
- import type { AbilityDefinition } from '@/composable';
1
+ import type { AbilityDefinition } from '../../../composable/index.d.ts';
2
2
  /**
3
3
  * FlatLocalMutationAbility - 平铺本地变更能力
4
4
  *
@@ -1,3 +1,3 @@
1
- import type { AbilityDefinition } from '@/composable';
1
+ import type { AbilityDefinition } from '../../../composable/index.d.ts';
2
2
  export declare const FlatLocalStateAbility: AbilityDefinition;
3
3
  //# sourceMappingURL=FlatLocalStateAbility.d.ts.map
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.FlatLocalStateAbility = void 0;
4
- const cache_1 = require("@/cache");
4
+ const cache_1 = require("../../../cache/index.js");
5
5
  const utils_1 = require("../../../utils/index.js");
6
6
  /**
7
7
  * 简单哈希函数
@@ -1,4 +1,4 @@
1
- import type { AbilityDefinition } from '@/composable';
1
+ import type { AbilityDefinition } from '../../../composable/index.d.ts';
2
2
  /**
3
3
  * LocalGetAbility - 本地获取能力
4
4
  *
@@ -1,4 +1,4 @@
1
- import type { AbilityDefinition } from '@/composable';
1
+ import type { AbilityDefinition } from '../../../composable/index.d.ts';
2
2
  /**
3
3
  * LocalListAbility - 本地列表能力
4
4
  *
@@ -1,4 +1,4 @@
1
- import type { AbilityDefinition } from '@/composable';
1
+ import type { AbilityDefinition } from '../../../composable/index.d.ts';
2
2
  /**
3
3
  * LocalMutationAbility - 本地变更集能力
4
4
  *
@@ -1,4 +1,4 @@
1
- import type { AbilityDefinition } from '@/composable';
1
+ import type { AbilityDefinition } from '../../../composable/index.d.ts';
2
2
  /**
3
3
  * FlatRemoteGetAllAbility - 远程获取全部数据能力
4
4
  *
@@ -1,4 +1,4 @@
1
- import type { AbilityDefinition } from '@/composable';
1
+ import type { AbilityDefinition } from '../../../composable/index.d.ts';
2
2
  /**
3
3
  * FlatRemoteListAbility - 远程列表查询能力
4
4
  *
@@ -1,4 +1,4 @@
1
- import type { AbilityDefinition } from '@/composable';
1
+ import type { AbilityDefinition } from '../../../composable/index.d.ts';
2
2
  /**
3
3
  * FlatRemoteQueryAbility - 远程查询能力
4
4
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.FlatRemoteQueryAbility = void 0;
4
- const error_1 = require("@/error");
4
+ const error_1 = require("../../../error/index.js");
5
5
  /**
6
6
  * FlatRemoteQueryAbility - 远程查询能力
7
7
  *
@@ -1,4 +1,4 @@
1
- import type { AbilityDefinition } from '@/composable';
1
+ import type { AbilityDefinition } from '../../../composable/index.d.ts';
2
2
  /**
3
3
  * FlatRemoteStateAbility - 扁平远程状态能力
4
4
  *
@@ -1,4 +1,4 @@
1
- import type { AbilityDefinition } from '@/composable';
1
+ import type { AbilityDefinition } from '../../../composable/index.d.ts';
2
2
  /**
3
3
  * RemoteCreateAbility - 远程创建能力
4
4
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RemoteCreateAbility = void 0;
4
- const error_1 = require("@/error");
4
+ const error_1 = require("../../../error/index.js");
5
5
  /**
6
6
  * RemoteCreateAbility - 远程创建能力
7
7
  *
@@ -1,4 +1,4 @@
1
- import type { AbilityDefinition } from '@/composable';
1
+ import type { AbilityDefinition } from '../../../composable/index.d.ts';
2
2
  /**
3
3
  * RemoteDeleteAbility - 远程删除能力
4
4
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RemoteDeleteAbility = void 0;
4
- const error_1 = require("@/error");
4
+ const error_1 = require("../../../error/index.js");
5
5
  /**
6
6
  * RemoteDeleteAbility - 远程删除能力
7
7
  *
@@ -1,4 +1,4 @@
1
- import type { AbilityDefinition } from '@/composable';
1
+ import type { AbilityDefinition } from '../../../composable/index.d.ts';
2
2
  /**
3
3
  * RemoteGetAbility - 远程获取能力
4
4
  *
@@ -1,4 +1,4 @@
1
- import type { AbilityDefinition } from '@/composable';
1
+ import type { AbilityDefinition } from '../../../composable/index.d.ts';
2
2
  /**
3
3
  * RemoteToggleAbility - 远程状态切换能力
4
4
  *
@@ -1,4 +1,4 @@
1
- import type { AbilityDefinition } from '@/composable';
1
+ import type { AbilityDefinition } from '../../../composable/index.d.ts';
2
2
  /**
3
3
  * RemoteUpdateAbility - 远程更新能力
4
4
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RemoteUpdateAbility = void 0;
4
- const error_1 = require("@/error");
4
+ const error_1 = require("../../../error/index.js");
5
5
  /**
6
6
  * RemoteUpdateAbility - 远程更新能力
7
7
  *
@@ -1,4 +1,4 @@
1
- import type { AbilityDefinition } from '@/composable';
1
+ import type { AbilityDefinition } from '../../../composable/index.d.ts';
2
2
  /**
3
3
  * TreeManagerAbility - 树形管理器能力
4
4
  *
@@ -1,4 +1,4 @@
1
- import type { AbilityDefinition } from '@/composable';
1
+ import type { AbilityDefinition } from '../../../composable/index.d.ts';
2
2
  /**
3
3
  * TreeRemoteStateAbility - 树形远程状态能力
4
4
  *
@@ -1,4 +1,4 @@
1
- import type { AbilityDefinition } from '@/composable';
1
+ import type { AbilityDefinition } from '../../../composable/index.d.ts';
2
2
  /**
3
3
  * SearchAbility - 搜索过滤能力
4
4
  *