@qimen-lab/core 0.1.2 → 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 (168) hide show
  1. package/dist/async/package.json +1 -1
  2. package/dist/cache/BaseCacheProvider.js +1 -1
  3. package/dist/cache/CacheFactory.js +1 -1
  4. package/dist/cache/package.json +3 -3
  5. package/dist/composable/ComposableBase.d.ts +1 -1
  6. package/dist/composable/ComposableBase.esm.js +1 -1
  7. package/dist/composable/ComposableBase.js +2 -2
  8. package/dist/composable/package.json +3 -3
  9. package/dist/context/RequestContextBuilder.js +1 -1
  10. package/dist/context/package.json +2 -2
  11. package/dist/crypto/package.json +1 -1
  12. package/dist/data-processor/DataProcessorRegistrar.d.ts +1 -1
  13. package/dist/data-processor/DataProcessorRegistrar.esm.js +1 -1
  14. package/dist/data-processor/DataProcessorRegistrar.js +1 -1
  15. package/dist/data-processor/executor.d.ts +3 -3
  16. package/dist/data-processor/executor.esm.js +1 -1
  17. package/dist/data-processor/executor.js +1 -1
  18. package/dist/data-processor/package.json +4 -4
  19. package/dist/data-processor-abp/index.js +3 -3
  20. package/dist/data-processor-abp/package.json +3 -3
  21. package/dist/data-processor-abp/post.d.ts +1 -1
  22. package/dist/data-processor-abp/post.esm.js +1 -1
  23. package/dist/data-processor-abp/post.js +1 -1
  24. package/dist/data-processor-abp/pre.d.ts +1 -1
  25. package/dist/data-processor-abp/pre.esm.js +1 -1
  26. package/dist/data-processor-abp/pre.js +1 -1
  27. package/dist/data-processor-abp/register.esm.js +1 -1
  28. package/dist/data-processor-abp/register.js +1 -1
  29. package/dist/data-processor-spring/index.js +3 -3
  30. package/dist/data-processor-spring/package.json +3 -3
  31. package/dist/data-processor-spring/post.d.ts +1 -1
  32. package/dist/data-processor-spring/post.esm.js +1 -1
  33. package/dist/data-processor-spring/post.js +1 -1
  34. package/dist/data-processor-spring/pre.d.ts +1 -1
  35. package/dist/data-processor-spring/pre.esm.js +1 -1
  36. package/dist/data-processor-spring/pre.js +1 -1
  37. package/dist/data-processor-spring/register.esm.js +1 -1
  38. package/dist/data-processor-spring/register.js +1 -1
  39. package/dist/entity/abilities/SchemaAbility.d.ts +1 -1
  40. package/dist/entity/abilities/SchemaAbility.js +1 -1
  41. package/dist/entity/abilities/core/CacheAbility.d.ts +1 -1
  42. package/dist/entity/abilities/core/CacheAbility.js +1 -1
  43. package/dist/entity/abilities/core/DirtyAbility.d.ts +1 -1
  44. package/dist/entity/abilities/core/SchemaProxyAbility.d.ts +1 -1
  45. package/dist/entity/abilities/local/FlatLocalDeleteAbility.d.ts +1 -1
  46. package/dist/entity/abilities/local/FlatLocalMutationAbility.d.ts +1 -1
  47. package/dist/entity/abilities/local/FlatLocalStateAbility.d.ts +1 -1
  48. package/dist/entity/abilities/local/FlatLocalStateAbility.js +2 -2
  49. package/dist/entity/abilities/local/LocalGetAbility.d.ts +1 -1
  50. package/dist/entity/abilities/local/LocalListAbility.d.ts +1 -1
  51. package/dist/entity/abilities/mutation/LocalMutationAbility.d.ts +1 -1
  52. package/dist/entity/abilities/remote/FlatRemoteGetAllAbility.d.ts +1 -1
  53. package/dist/entity/abilities/remote/FlatRemoteListAbility.d.ts +1 -1
  54. package/dist/entity/abilities/remote/FlatRemoteQueryAbility.d.ts +1 -1
  55. package/dist/entity/abilities/remote/FlatRemoteQueryAbility.js +1 -1
  56. package/dist/entity/abilities/remote/FlatRemoteStateAbility.d.ts +1 -1
  57. package/dist/entity/abilities/remote/RemoteCreateAbility.d.ts +1 -1
  58. package/dist/entity/abilities/remote/RemoteCreateAbility.js +1 -1
  59. package/dist/entity/abilities/remote/RemoteDeleteAbility.d.ts +1 -1
  60. package/dist/entity/abilities/remote/RemoteDeleteAbility.js +1 -1
  61. package/dist/entity/abilities/remote/RemoteGetAbility.d.ts +1 -1
  62. package/dist/entity/abilities/remote/RemoteToggleAbility.d.ts +1 -1
  63. package/dist/entity/abilities/remote/RemoteUpdateAbility.d.ts +1 -1
  64. package/dist/entity/abilities/remote/RemoteUpdateAbility.js +1 -1
  65. package/dist/entity/abilities/remote/TreeManagerAbility.d.ts +1 -1
  66. package/dist/entity/abilities/remote/TreeRemoteStateAbility.d.ts +1 -1
  67. package/dist/entity/abilities/search/SearchAbility.d.ts +1 -1
  68. package/dist/entity/abilities/search/SearchAbility.js +1 -1
  69. package/dist/entity/abilities/tree/TreeLifecycleAbility.d.ts +1 -1
  70. package/dist/entity/abilities/tree/TreePathAbility.d.ts +1 -1
  71. package/dist/entity/abilities/tree/TreeSearchAbility.d.ts +1 -1
  72. package/dist/entity/abilities/tree/TreeSearchAbility.js +1 -1
  73. package/dist/entity/abilities/tree/TreeViewAbility.d.ts +1 -1
  74. package/dist/entity/manager/BaseEntityManager.d.ts +4 -4
  75. package/dist/entity/manager/CoreEntityManager.d.ts +7 -7
  76. package/dist/entity/manager/CoreEntityManager.js +11 -11
  77. package/dist/entity/manager/managers.d.ts +3 -3
  78. package/dist/entity/manager/managers.js +23 -23
  79. package/dist/entity/package.json +11 -11
  80. package/dist/entity/types/index.d.ts +11 -11
  81. package/dist/entity/types/index.js +2 -2
  82. package/dist/error/package.json +1 -1
  83. package/dist/event-dom/adapters/dom/DomEventAdapter.js +4 -4
  84. package/dist/event-dom/adapters/processors/GestureProcessor.d.ts +1 -1
  85. package/dist/event-dom/adapters/processors/GestureProcessor.js +4 -4
  86. package/dist/event-dom/adapters/processors/LongPressProcessor.js +1 -1
  87. package/dist/event-dom/adapters/processors/factory.js +2 -2
  88. package/dist/event-dom/adapters/semantic-map/resolve.js +1 -1
  89. package/dist/event-dom/adapters/utils/validation.js +1 -1
  90. package/dist/event-dom/package.json +7 -7
  91. package/dist/events/EventBus.js +1 -1
  92. package/dist/events/EventScope.js +1 -1
  93. package/dist/events/GlobalEventBus.js +1 -1
  94. package/dist/events/package.json +3 -3
  95. package/dist/http/HttpActionRegistrar.js +1 -1
  96. package/dist/http/HttpClient.js +1 -1
  97. package/dist/http/HttpExecutor.js +1 -1
  98. package/dist/http/StreamClient.js +1 -1
  99. package/dist/http/package.json +5 -5
  100. package/dist/i18n/package.json +1 -1
  101. package/dist/logger/package.json +1 -1
  102. package/dist/mime/MimeTypeRegistrar.js +2 -2
  103. package/dist/mime/package.json +2 -2
  104. package/dist/oauth2/OAuth2Manager.esm.js +1 -1
  105. package/dist/oauth2/OAuth2Manager.js +1 -1
  106. package/dist/oauth2/TokenRefreshHandler.d.ts +1 -1
  107. package/dist/oauth2/TokenRefreshHandler.esm.js +1 -1
  108. package/dist/oauth2/TokenRefreshHandler.js +1 -1
  109. package/dist/oauth2/package.json +5 -5
  110. package/dist/oauth2/register.esm.js +1 -1
  111. package/dist/oauth2/register.js +1 -1
  112. package/dist/pattern/PatternRegistrar.js +2 -2
  113. package/dist/pattern/package.json +2 -2
  114. package/dist/pipeline/executor.esm.js +1 -1
  115. package/dist/pipeline/executor.js +1 -1
  116. package/dist/pipeline/package.json +3 -3
  117. package/dist/pipeline/types.d.ts +1 -1
  118. package/dist/registry/errors.js +1 -1
  119. package/dist/registry/package.json +2 -2
  120. package/dist/registry/registrars/errors.js +1 -1
  121. package/dist/runtime/package.json +1 -1
  122. package/dist/schema/SchemaRegistrar.js +1 -1
  123. package/dist/schema/package.json +2 -2
  124. package/dist/system-abilities/interfaces/index.d.ts +1 -1
  125. package/dist/system-abilities/package.json +5 -5
  126. package/dist/system-abilities/system/DomEventsAbility.d.ts +1 -1
  127. package/dist/system-abilities/system/DomEventsAbility.js +1 -1
  128. package/dist/system-abilities/system/DomainAbility.d.ts +1 -1
  129. package/dist/system-abilities/system/DomainAbility.js +1 -1
  130. package/dist/system-abilities/system/EventAbility.d.ts +1 -1
  131. package/dist/system-abilities/system/EventAbility.js +1 -1
  132. package/dist/system-abilities/system/SystemAbility.d.ts +1 -1
  133. package/dist/system-abilities/system/SystemAbility.js +1 -1
  134. package/dist/task/errors/WorkerError.js +1 -1
  135. package/dist/task/errors/WorkerInitializationError.js +1 -1
  136. package/dist/task/hash-task/errors/ResourceNotAcquiredError.js +1 -1
  137. package/dist/task/hash-task/errors/ResourceUnavailableError.js +1 -1
  138. package/dist/task/hash-task/errors/TaskStateError.js +1 -1
  139. package/dist/task/hash-task/factory.js +1 -1
  140. package/dist/task/hash-task/hash/HashTask.d.ts +1 -1
  141. package/dist/task/hash-task/hash/HashTaskRunner.js +1 -1
  142. package/dist/task/hash-task/worker/DefaultWorkerHandle.js +1 -1
  143. package/dist/task/package.json +5 -5
  144. package/dist/task/task/TaskQueue.js +2 -2
  145. package/dist/task/worker/WorkerManagerBase.js +1 -1
  146. package/dist/types/package.json +1 -1
  147. package/dist/utils/package.json +1 -1
  148. package/dist/validation/core/ValidatorRegistrar.js +1 -1
  149. package/dist/validation/core/executor.d.ts +2 -2
  150. package/dist/validation/core/executor.js +1 -1
  151. package/dist/validation/errors/DuplicateValidatorError.d.ts +1 -1
  152. package/dist/validation/errors/DuplicateValidatorError.js +1 -1
  153. package/dist/validation/errors/ValidationError.d.ts +1 -1
  154. package/dist/validation/errors/ValidationError.js +1 -1
  155. package/dist/validation/errors/ValidationTypeNotDefinedError.d.ts +1 -1
  156. package/dist/validation/errors/ValidationTypeNotDefinedError.js +1 -1
  157. package/dist/validation/errors/ValidatorNotFoundError.d.ts +1 -1
  158. package/dist/validation/errors/ValidatorNotFoundError.js +1 -1
  159. package/dist/validation/index.js +1 -1
  160. package/dist/validation/package.json +4 -4
  161. package/dist/validation/processors/common/rule-align.js +1 -1
  162. package/dist/validation/processors/file/file.js +1 -1
  163. package/dist/validation/processors/format/format.js +1 -1
  164. package/dist/validation/processors/password/entries.d.ts +2 -2
  165. package/dist/validation/processors/password/entries.js +1 -1
  166. package/dist/validation/processors/password/password.js +1 -1
  167. package/dist/validation/types/index.js +1 -1
  168. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qimen-lab/async",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "main": "index.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "index.d.ts",
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BaseCacheProvider = void 0;
4
- const utils_1 = require("@qimenjs/utils");
4
+ const utils_1 = require("../utils/index.js");
5
5
  class BaseCacheProvider {
6
6
  constructor() {
7
7
  this.id = '';
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CacheFactory = void 0;
4
- const logger_1 = require("@qimenjs/logger");
4
+ const logger_1 = require("../logger/index.js");
5
5
  const MemoryProvider_1 = require("./MemoryProvider");
6
6
  class CacheFactory {
7
7
  static async create(type, _offline = false) {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qimen-lab/cache",
3
- "version": "0.1.1",
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.1",
17
- "@qimen-lab/utils": "0.1.1"
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,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ComposableBase = void 0;
4
- const logger_1 = require("@/logger");
5
- const async_1 = require("@qimenjs/async");
4
+ const logger_1 = require("../logger/index.js");
5
+ const async_1 = require("../async/index.js");
6
6
  /**
7
7
  * Symbol 用于存储能力私有状态
8
8
  * @internal
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qimen-lab/composable",
3
- "version": "0.1.1",
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.1",
17
- "@qimen-lab/async": "0.1.1"
16
+ "@qimen-lab/logger": "0.1.3",
17
+ "@qimen-lab/async": "0.1.3"
18
18
  }
19
19
  }
@@ -9,7 +9,7 @@
9
9
  */
10
10
  Object.defineProperty(exports, "__esModule", { value: true });
11
11
  exports.RequestContextBuilder = void 0;
12
- const registry_1 = require("@qimenjs/registry");
12
+ const registry_1 = require("../registry/index.js");
13
13
  /**
14
14
  * 请求上下文构建器
15
15
  *
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qimen-lab/context",
3
- "version": "0.1.1",
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.1"
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.1",
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.1",
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.1",
17
- "@qimen-lab/context": "0.1.1",
18
- "@qimen-lab/pipeline": "0.1.1"
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
  "use strict";
2
2
  /**
3
- * @qimenjs/data-processor-abp
3
+ * ../data-processor/index.js-abp
4
4
  *
5
5
  * ABP (ASP.NET Boilerplate) 数据处理管道处理器
6
6
  *
@@ -14,10 +14,10 @@
14
14
  * @example
15
15
  * ```ts
16
16
  * // 默认配置(引入即生效)
17
- * import '@qimenjs/data-processor-abp';
17
+ * import '../data-processor/index.js-abp';
18
18
  *
19
19
  * // 自定义配置
20
- * import { registerAbpHandlers } from '@qimenjs/data-processor-abp';
20
+ * import { registerAbpHandlers } from '../data-processor/index.js-abp';
21
21
  * registerAbpHandlers({ tenantId: 'my-tenant', defaultPageSize: 20 });
22
22
  * ```
23
23
  */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qimen-lab/data-processor-abp",
3
- "version": "0.1.1",
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.1",
17
- "@qimen-lab/context": "0.1.1"
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
  "use strict";
2
2
  /**
3
- * @qimenjs/data-processor-spring
3
+ * ../data-processor/index.js-spring
4
4
  *
5
5
  * Spring (Spring Boot / Spring Data) 数据处理管道处理器
6
6
  *
@@ -14,10 +14,10 @@
14
14
  * @example
15
15
  * ```ts
16
16
  * // 默认配置(引入即生效)
17
- * import '@qimenjs/data-processor-spring';
17
+ * import '../data-processor/index.js-spring';
18
18
  *
19
19
  * // 自定义配置
20
- * import { registerSpringHandlers } from '@qimenjs/data-processor-spring';
20
+ * import { registerSpringHandlers } from '../data-processor/index.js-spring';
21
21
  * registerSpringHandlers({ defaultPageSize: 20 });
22
22
  * ```
23
23
  */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qimen-lab/data-processor-spring",
3
- "version": "0.1.1",
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.1",
17
- "@qimen-lab/context": "0.1.1"
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,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.FlatLocalStateAbility = void 0;
4
- const cache_1 = require("@/cache");
5
- const utils_1 = require("@qimenjs/utils");
4
+ const cache_1 = require("../../../cache/index.js");
5
+ const utils_1 = require("../../../utils/index.js");
6
6
  /**
7
7
  * 简单哈希函数
8
8
  */
@@ -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
  *