web-core-tcm 0.0.50 → 0.0.52

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.
@@ -1,6 +1,6 @@
1
- import { MetaType } from '../../patient/meta';
2
- import { Metric } from '../metric';
3
- import { AgeDistribute, DateDistribute, GenderDistribute } from '../../patient/alova/globals';
1
+ import { MetaType } from '../../../patient/meta';
2
+ import { Metric } from '../../metric';
3
+ import { AgeDistribute, DateDistribute, GenderDistribute } from '../../../patient/alova/globals';
4
4
  export declare class AlovaMetric extends Metric {
5
5
  static getPatientTodayCount(): Promise<number>;
6
6
  static getPatientTotalCount(): Promise<number>;
@@ -1,4 +1,4 @@
1
- import { Metric as e } from "../metric.js";
1
+ import { Metric as e } from "../../metric.js";
2
2
  class r extends e {
3
3
  // 科研相关统计
4
4
  static getPatientTodayCount() {
@@ -0,0 +1 @@
1
+ export * from './implement';
@@ -1,2 +1,2 @@
1
- export * from './implement';
1
+ export * from './alova';
2
2
  export * from './metric';
@@ -1,4 +1,4 @@
1
- import { AlovaMetric as e } from "./implement/metric.js";
1
+ import { AlovaMetric as e } from "./alova/implement/metric.js";
2
2
  import { Metric as c } from "./metric.js";
3
3
  export {
4
4
  e as AlovaMetric,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-core-tcm",
3
- "version": "0.0.50",
3
+ "version": "0.0.52",
4
4
  "description": "Core",
5
5
  "productName": "Core",
6
6
  "author": "wywywywywywywywywy <qa123456_0714@qq.com>",