@kengic/vue 0.32.22 → 0.32.24

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 (52) hide show
  1. package/bin/postinstall.mjs +1 -1
  2. package/dist/kengic-vue.js +12981 -12964
  3. package/dist/src/component/KgAppSelect/KgAppSelect.event.d.ts +1 -1
  4. package/dist/src/component/KgAppSelect/KgAppSelect.hooks.d.ts +1 -1
  5. package/dist/src/component/KgAppSelect/KgAppSelect.store.d.ts +1 -1
  6. package/dist/src/component/KgButton/KgButton.event.d.ts +1 -1
  7. package/dist/src/component/KgButton/KgButton.hooks.d.ts +1 -1
  8. package/dist/src/component/KgButton/KgButton.store.d.ts +2 -1
  9. package/dist/src/component/KgCanvas/KgCanvas.event.d.ts +1 -1
  10. package/dist/src/component/KgCanvas/KgCanvas.hooks.d.ts +1 -1
  11. package/dist/src/component/KgCanvas/KgCanvas.store.d.ts +1 -1
  12. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.store.d.ts +1 -1
  13. package/dist/src/component/KgForm/KgForm.event.d.ts +1 -1
  14. package/dist/src/component/KgForm/KgForm.hooks.d.ts +1 -1
  15. package/dist/src/component/KgForm/KgForm.store.d.ts +1 -1
  16. package/dist/src/component/KgSearch/KgSearch.event.d.ts +1 -1
  17. package/dist/src/component/KgSearch/KgSearch.hooks.d.ts +1 -1
  18. package/dist/src/component/KgSearch/KgSearch.store.d.ts +1 -1
  19. package/dist/src/component/KgSimulator/KgSimulator.event.d.ts +1 -1
  20. package/dist/src/component/KgSimulator/KgSimulator.hooks.d.ts +1 -1
  21. package/dist/src/component/KgSimulator/KgSimulator.store.d.ts +1 -1
  22. package/dist/src/component/KgSubmit/KgSubmit.event.d.ts +1 -1
  23. package/dist/src/component/KgSubmit/KgSubmit.hooks.d.ts +1 -1
  24. package/dist/src/component/KgSubmit/KgSubmit.store.d.ts +1 -1
  25. package/dist/src/component/KgTable/KgTable.event.d.ts +1 -1
  26. package/dist/src/component/KgTable/KgTable.hooks.d.ts +1 -1
  27. package/dist/src/component/KgTable/KgTable.store.d.ts +1 -1
  28. package/dist/src/component/KgTable02/KgTable02.event.d.ts +1 -1
  29. package/dist/src/component/KgTable02/KgTable02.hooks.d.ts +1 -1
  30. package/dist/src/component/KgTable02/KgTable02.store.d.ts +1 -1
  31. package/dist/src/component/KgVar/KgVar.event.d.ts +1 -1
  32. package/dist/src/component/KgVar/KgVar.hooks.d.ts +8 -6
  33. package/dist/src/component/KgVar/KgVar.store.d.ts +8 -3
  34. package/dist/src/component/KgVarConfig/KgVarConfig$Modal$Table$VarGridMaster.service.d.ts +4 -4
  35. package/dist/src/component/KgVarConfig/KgVarConfig.store.d.ts +1 -1
  36. package/dist/src/component/KgWarehouse/KgWarehouse.event.d.ts +1 -1
  37. package/dist/src/component/KgWarehouse/KgWarehouse.hooks.d.ts +1 -1
  38. package/dist/src/component/KgWarehouse/KgWarehouse.store.d.ts +1 -1
  39. package/dist/src/component/KgWorkStation/KgWorkStation.event.d.ts +1 -1
  40. package/dist/src/component/KgWorkStation/KgWorkStation.hooks.d.ts +1 -1
  41. package/dist/src/component/KgWorkStation/KgWorkStation.store.d.ts +1 -1
  42. package/dist/src/config/config.event.d.ts +1 -1
  43. package/dist/src/config/config.hooks.d.ts +1 -1
  44. package/dist/src/config/config.store.d.ts +2 -1
  45. package/dist/src/config/index.d.ts +1 -1
  46. package/dist/src/i18n/i18n.setup.d.ts +9 -9
  47. package/dist/src/model/index.d.ts +55 -60
  48. package/dist/src/page/KgPageDda/KgPageDda.Create.store.d.ts +1 -1
  49. package/dist/src/project/src/locales/useLocale.d.ts +1 -1
  50. package/dist/src/project/types/config.d.ts +1 -1
  51. package/dist/src/util/kg.util.d.ts +1 -1
  52. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- import { IKgEventListener } from '@kengic/core.core';
1
+ import { IKgEventListener } from '@kengic/core';
2
2
  /**
3
3
  * 事件类型.
4
4
  */
@@ -1,4 +1,4 @@
1
- import { IKgRemoveEventListener } from '@kengic/core.core';
1
+ import { IKgRemoveEventListener } from '@kengic/core';
2
2
  import { IKgAppSelectOnGotoAppEventListener, IKgAppSelectOnGotoPathEventListener } from './KgAppSelect.event';
3
3
  import { useKgAppSelectStore } from './KgAppSelect.store';
4
4
  export declare type IUseKgAppSelect = {
@@ -1,4 +1,4 @@
1
- import { IKgStoreDefinition } from '../../model';
1
+ import { type IKgStoreDefinition } from '@kengic/core';
2
2
  import { Menu } from '../../project/src/router/types';
3
3
  export interface IUseKgAppSelectStoreGetters {
4
4
  currentApp: string | null;
@@ -1,4 +1,4 @@
1
- import { IKgEventListener } from '@kengic/core.core';
1
+ import { IKgEventListener } from '@kengic/core';
2
2
  import { Ref } from 'vue';
3
3
  import { VarButton } from '../../api/WMS/models';
4
4
  import { IRequestConfig, IRequestOption } from '../../service';
@@ -1,4 +1,4 @@
1
- import { IKgRemoveEventListener } from '@kengic/core.core';
1
+ import { IKgRemoveEventListener } from '@kengic/core';
2
2
  import { eventListeners, IKgButton$EventListener$onAfterRequest, IKgButton$EventListener$onBeforeRequest, IKgButton$EventListener$onClick, IKgButton$EventListener$onError, IKgButton$EventListener$onExportBeforeParseRequestParameter, IKgButton$EventListener$onImportBeforeUpload, IKgButton$EventListener$onImportOk } from './KgButton.event';
3
3
  import { buildKgButtonStore } from './KgButton.store';
4
4
  export declare type IUseKgButton = {
@@ -1,5 +1,6 @@
1
+ import { type IKgStoreDefinition } from '@kengic/core';
1
2
  import { VarButton } from '../../api/WMS/models';
2
- import { IKgStoreDefinition, IKgVarButtonProperties, KG__VAR_BUTTON__TYPE } from '../../model';
3
+ import { IKgVarButtonProperties, KG__VAR_BUTTON__TYPE } from '../../model';
3
4
  export interface IUseKgButtonStoreGetters {
4
5
  /**
5
6
  * 当前按钮--额外属性.
@@ -1,4 +1,4 @@
1
- import { IKgEventListener } from '@kengic/core.core';
1
+ import { IKgEventListener } from '@kengic/core';
2
2
  import { Q } from '@thymine/xunee';
3
3
  import { IKgCanvasContextMenu } from './KgCanvas.ContextMenu';
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { IKgRemoveEventListener } from '@kengic/core.core';
1
+ import { IKgRemoveEventListener } from '@kengic/core';
2
2
  import { IKgCanvas$EventListener$onClick, IKgCanvas$EventListener$onContextMenuClose, IKgCanvas$EventListener$onContextMenuOpen, IKgCanvas$EventListener$onDataPropertyChange, IKgCanvas$EventListener$onDrop, IKgCanvas$EventListener$onElementCreate, IKgCanvas$EventListener$onInit, IKgCanvas$EventListener$onMouseEnter, IKgCanvas$EventListener$onMouseLeave, IKgCanvas$EventListener$onMouseMove, IKgCanvas$EventListener$onReload, IKgCanvas$EventListener$onResize, IKgCanvas$EventListener$onRightClick, IKgCanvas$EventListener$onSelectChange } from './KgCanvas.event';
3
3
  import { buildKgCanvasStore } from './KgCanvas.store';
4
4
  export declare type IUseKgCanvas = {
@@ -1,5 +1,5 @@
1
1
  import { Q } from '@thymine/xunee';
2
- import { IKgStoreDefinition } from '../../model';
2
+ import { type IKgStoreDefinition } from '@kengic/core';
3
3
  export interface IUseKgCanvasStoreGetters {
4
4
  }
5
5
  export interface IUseKgCanvasStoreActions {
@@ -1,5 +1,5 @@
1
1
  import { Q } from '@thymine/xunee';
2
- import { IKgStoreDefinition } from '../../model';
2
+ import { type IKgStoreDefinition } from '@kengic/core';
3
3
  import { MapDTO, MapStationVO, StatusDTO, StatusRgvVO } from './KgCircularShuttleMonitor.model';
4
4
  declare type IKgCircularShuttleMonitorProps = {
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { IKgEventListener } from '@kengic/core.core';
1
+ import { IKgEventListener } from '@kengic/core';
2
2
  import { ComputedRef, Ref } from 'vue';
3
3
  import { KG_FORM_CONTEXT } from '../../model';
4
4
  import { IKgTableRow } from '../KgTable';
@@ -1,4 +1,4 @@
1
- import { IKgRemoveEventListener } from '@kengic/core.core';
1
+ import { IKgRemoveEventListener } from '@kengic/core';
2
2
  import { eventListeners, IKgForm$EventListener$onBlur, IKgForm$EventListener$onChange, IKgForm$EventListener$onEnter, IKgForm$EventListener$onLinkClick, IKgForm$EventListener$onLookupBeforeOk, IKgForm$EventListener$onLookupBeforeOpen, IKgForm$EventListener$onLookupOk, IKgForm$EventListener$onSelectBeforeRequest, IKgForm$EventListener$onSelectBeforeSetDatas, IKgForm$EventListener$onSelectChange } from './KgForm.event';
3
3
  import { useKgFormStore } from './KgForm.store';
4
4
  export declare type IUseKgForm = {
@@ -1,4 +1,4 @@
1
- import { IKgStoreDefinition } from '../../model';
1
+ import { type IKgStoreDefinition } from '@kengic/core';
2
2
  export interface IUseKgFormStoreState {
3
3
  }
4
4
  export interface IUseKgFormStoreGetters {
@@ -1,4 +1,4 @@
1
- import { IKgEventListener } from '@kengic/core.core';
1
+ import { IKgEventListener } from '@kengic/core';
2
2
  import { IKgTableRequestParameter } from '../KgTable';
3
3
  /**
4
4
  * 事件类型.
@@ -1,4 +1,4 @@
1
- import { IKgRemoveEventListener } from '@kengic/core.core';
1
+ import { IKgRemoveEventListener } from '@kengic/core';
2
2
  import { ComputedRef } from 'vue';
3
3
  import { VarProfileDetail, VarProfileMasterDTO } from '../../api/WMS/models';
4
4
  import { IKgTableRequestParameter } from '../KgTable';
@@ -1,5 +1,5 @@
1
1
  import { VarProfileMasterDTO } from '../../api/WMS/models';
2
- import { IKgStoreDefinition } from '../../model';
2
+ import { type IKgStoreDefinition } from '@kengic/core';
3
3
  import { IKgTableRequestParameter } from '../KgTable';
4
4
  /** 查询方法. */
5
5
  export declare type IKgSearchOnSearchFn = (param?: IKgTableRequestParameter) => void;
@@ -1,4 +1,4 @@
1
- import { IKgEventListener } from '@kengic/core.core';
1
+ import { IKgEventListener } from '@kengic/core';
2
2
  /**
3
3
  * 事件类型.
4
4
  */
@@ -1,4 +1,4 @@
1
- import { IKgRemoveEventListener } from '@kengic/core.core';
1
+ import { IKgRemoveEventListener } from '@kengic/core';
2
2
  import { VarSubmitDetail } from '../../api/WMS/models';
3
3
  import { IKgSimulatorEventListener$on$KgSimulatorCanvas$CreateData, IKgSimulatorEventListener$on$KgSimulatorCanvas$DeleteData, IKgSimulatorEventListener$on$KgSimulatorCanvas$UpdateData, IKgSimulatorEventListener$on$KgSimulatorMenu$Scene$Create, IKgSimulatorEventListener$on$KgSimulatorMenu$Scene$Import, IKgSimulatorEventListener$on$KgSimulatorMenu$Scene$Open, IKgSimulatorEventListener$on$KgSimulatorPanelScene$Click, IKgSimulatorEventListener$on$KgSimulatorPanelScene$Delete, IKgSimulatorEventListener$on$KgSimulatorPanelScene$SelectChange, IKgSimulatorEventListener$on$WebSocket$Message } from './KgSimulator.event';
4
4
  import { buildKgSimulatorStore } from './KgSimulator.store';
@@ -1,6 +1,6 @@
1
+ import { type IKgStoreDefinition } from '@kengic/core';
1
2
  import { Q } from '@thymine/xunee';
2
3
  import { WebSocketResult } from '@vueuse/core';
3
- import { IKgStoreDefinition } from '../../model';
4
4
  import { IToolbarPlacement, Scene } from './KgSimulator.model';
5
5
  export interface IKgSimulatorStoreGetters {
6
6
  /**
@@ -1,4 +1,4 @@
1
- import { IKgEventListener } from '@kengic/core.core';
1
+ import { IKgEventListener } from '@kengic/core';
2
2
  import { Ref } from 'vue';
3
3
  import { IRequestConfig } from '../../service';
4
4
  import { IKgTableRow } from '../KgTable';
@@ -1,4 +1,4 @@
1
- import { IKgRemoveEventListener } from '@kengic/core.core';
1
+ import { IKgRemoveEventListener } from '@kengic/core';
2
2
  import { FormInstance } from 'ant-design-vue';
3
3
  import { RuleObject } from 'ant-design-vue/es/form';
4
4
  import { ComputedRef, Ref } from 'vue';
@@ -1,9 +1,9 @@
1
+ import { type IKgStoreDefinition } from '@kengic/core';
1
2
  import { RuleObject } from 'ant-design-vue/es/form';
2
3
  import { FormInstance } from 'ant-design-vue/lib/form/Form';
3
4
  import { StoreDefinition } from 'pinia';
4
5
  import { Ref } from 'vue';
5
6
  import { VarProfileDetail, VarSubmitConfig, VarSubmitDetail } from '../../api/WMS/models';
6
- import { IKgStoreDefinition } from '../../model';
7
7
  export interface IUseKgSubmitStoreState {
8
8
  /** 表单数据对象. */
9
9
  formModelMap: Map<string, Record<string, any>>;
@@ -1,4 +1,4 @@
1
- import { IKgEventListener } from '@kengic/core.core';
1
+ import { IKgEventListener } from '@kengic/core';
2
2
  import { AxiosResponse } from 'axios';
3
3
  import { Ref } from 'vue';
4
4
  import { IPage } from '../../api/WMS/models';
@@ -1,4 +1,4 @@
1
- import { IKgRemoveEventListener } from '@kengic/core.core';
1
+ import { IKgRemoveEventListener } from '@kengic/core';
2
2
  import { ComputedRef } from 'vue';
3
3
  import { eventListeners, IKgTable$EventListener$onAfterRequest, IKgTable$EventListener$onBeforeParseRequestParameter, IKgTable$EventListener$onBeforeRequest, IKgTable$EventListener$onBeforeRequestExecute, IKgTable$EventListener$onBeforeSetDatas, IKgTable$EventListener$onBeforeTransformDatas, IKgTable$EventListener$onReady, IKgTable$EventListener$onRequestError, IKgTable$EventListener$onRowDoubleClick } from './KgTable.event';
4
4
  import { IKgTableRow } from './KgTable.model';
@@ -1,4 +1,4 @@
1
- import { IKgStoreDefinition } from '../../model';
1
+ import { type IKgStoreDefinition } from '@kengic/core';
2
2
  import { IKgTableRowHeight } from './KgTable.model';
3
3
  export interface KgTableStoreGetters {
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { IKgEventListener } from '@kengic/core.core';
1
+ import { IKgEventListener } from '@kengic/core';
2
2
  import { AxiosResponse } from 'axios';
3
3
  import { Ref } from 'vue';
4
4
  import { IPage } from '../../api/WMS/models';
@@ -1,4 +1,4 @@
1
- import { IKgRemoveEventListener } from '@kengic/core.core';
1
+ import { IKgRemoveEventListener } from '@kengic/core';
2
2
  import { ComputedRef } from 'vue';
3
3
  import { IKgTable02$EventListener$onAfterRequest, IKgTable02$EventListener$onAfterRequestResponse, IKgTable02$EventListener$onBeforeParseRequestParameter, IKgTable02$EventListener$onBeforeSetDatas } from './KgTable02.event';
4
4
  import { buildKgTable02Store } from './KgTable02.store';
@@ -1,4 +1,4 @@
1
- import { IKgStoreDefinition } from '../../model';
1
+ import { type IKgStoreDefinition } from '@kengic/core';
2
2
  export interface KgTableStoreGetters {
3
3
  /**
4
4
  * 列表数据.
@@ -1,4 +1,4 @@
1
- import { IKgEventListener } from '@kengic/core.core';
1
+ import { IKgEventListener } from '@kengic/core';
2
2
  import { ComputedRef } from 'vue';
3
3
  /**
4
4
  * 事件类型.
@@ -1,6 +1,6 @@
1
- import { IKgRemoveEventListener } from '@kengic/core.core';
1
+ import { IKgRemoveEventListener } from '@kengic/core';
2
2
  import { ComputedRef } from 'vue';
3
- import { VarButton, VarButtonConfig, VarChildDetail, VarConfigControl, VarConfigDescription, VarConfigPossibility, VarDda, VarGridConfig, VarGridDetail, VarGridMasterDTO, VarProfileConfig, VarProfileMasterDTO, VarVariable } from '../../api/WMS/models';
3
+ import { VarButton, VarButtonConfig, VarChildDetail, VarConfigControl, VarConfigDescription, VarConfigPossibility, VarDda, VarGridConfig, VarGridDetail, VarGridMasterDTO, VarProfileConfig, VarProfileDetail, VarProfileMasterDTO, VarVariable } from '../../api/WMS/models';
4
4
  import { IKgVarButtonConfigProperties, IKgVarDdaProperties, IKgVarGridConfigProperties, IKgVarProfileConfigProperties, KG__VAR_BUTTON__TYPE } from '../../model';
5
5
  import { IUseKgButton } from '../KgButton';
6
6
  import { IUseKgForm } from '../KgForm';
@@ -40,6 +40,8 @@ export declare type IUseKgVar = {
40
40
  currentVarGridMasteID: ComputedRef<string | null>;
41
41
  /** 当前的「表格视图」. */
42
42
  currentVarGridMaster: ComputedRef<VarGridMasterDTO | null>;
43
+ /** 当前的「查询条件视图明细」列表. */
44
+ currentVarProfileDetailList: ComputedRef<Array<VarProfileDetail> | null>;
43
45
  /** 当前的「表格视图」主键. */
44
46
  currentVarProfileMasterID: ComputedRef<string | null>;
45
47
  /**
@@ -141,6 +143,10 @@ export declare type IUseKgVar = {
141
143
  kgSubmit: IUseKgSubmit;
142
144
  kgTable: IUseKgTable;
143
145
  kgTable02: IUseKgTable02;
146
+ /**
147
+ * 父亲界面.
148
+ */
149
+ kgVar$Parent$$: ComputedRef<IUseKgVar | null>;
144
150
  kgVarConfig: IUseKgVarConfig;
145
151
  /**
146
152
  * 界面层级.
@@ -176,10 +182,6 @@ export declare type IUseKgVar = {
176
182
  * @param isOnce 是否只会触发一次. 默认为 undefined.
177
183
  */
178
184
  onUnmounted(listener: IKgVar$EventListener$onUnmounted, isOnce?: boolean): IKgRemoveEventListener;
179
- /**
180
- * 父亲界面.
181
- */
182
- kgVar$Parent$$: ComputedRef<IUseKgVar | null>;
183
185
  /**
184
186
  * 修改「按钮」的部分属性.
185
187
  *
@@ -1,5 +1,6 @@
1
+ import { type IKgStoreDefinition } from '@kengic/core';
1
2
  import { VarButton, VarButtonConfig, VarChildDetail, VarConfigControl, VarConfigDescription, VarConfigInput, VarConfigLookup, VarConfigPossibility, VarConfigTip, VarDda, VarGridConfig, VarGridDetail, VarGridMasterDTO, VarProfileConfig, VarProfileDetail, VarProfileMasterDTO, VarSubmitConfig, VarSubmitDetail, VarVariable } from '../../api/WMS/models';
2
- import { IKgStoreDefinition, KG__VAR_BUTTON__TYPE } from '../../model';
3
+ import { KG__VAR_BUTTON__TYPE } from '../../model';
3
4
  import { IUseKgVar } from './KgVar.hooks';
4
5
  import { IKgProps, IKgSlots } from './KgVar.model';
5
6
  export declare function transformVarDda(varDda: VarDda | null | undefined): VarDda | null;
@@ -22,9 +23,9 @@ export declare function transformVarButtonConfig(varButtonConfig: VarButtonConfi
22
23
  /**
23
24
  * 处理 VarGridDetail 数据.
24
25
  *
25
- * @param varGridDetails 原始数据.
26
+ * @param varGridDetailList 原始数据.
26
27
  */
27
- export declare function transformVarGridDetailList(varGridDetails?: Array<VarGridDetail> | null): Array<VarGridDetail>;
28
+ export declare function transformVarGridDetailList(varGridDetailList?: Array<VarGridDetail> | null): Array<VarGridDetail>;
28
29
  export declare function transformVarProfileDetailList(varProfileDetails?: Array<VarProfileDetail> | null): Array<VarProfileDetail>;
29
30
  /**
30
31
  * 给所有没有「提交表单字段」的「查询条件视图明细」创建一个默认的「提交表单字段」.
@@ -105,6 +106,10 @@ export interface UseKgVarStoreGetters {
105
106
  * 和 varName 获取当前 VarProfileMaster 下的某个 VarProfileDetail.
106
107
  */
107
108
  getVarProfileDetail: (fid: string | null | undefined, varName: string | null | undefined) => VarProfileDetail | null;
109
+ /**
110
+ * 获取当前的「查询条件视图明细」列表.
111
+ */
112
+ getVarProfileDetailList: (fid: string | null | undefined) => Array<VarProfileDetail> | null;
108
113
  getVarProfileMasterMap: Record<string, {
109
114
  varProfileMasters: Array<VarProfileMasterDTO> | null;
110
115
  /** 当前选中的 VarProfileMaster ID. */
@@ -17,8 +17,8 @@ export declare function _useTransferColumns(fid$Host: string | null | undefined,
17
17
  export declare type IUseDragRow = {};
18
18
  /**
19
19
  *
20
- * @param hostFid 宿主页面标识.
21
- * @param varGridDetails
22
- * @param transferRightRows
20
+ * @param fid$Host 宿主页面标识.
21
+ * @param allVarGridDetailList$
22
+ * @param transferRightRowList$
23
23
  */
24
- export declare function _useDragToSortRow(hostFid: string | null | undefined, varGridDetails: Ref<UnwrapRef<Array<VarGridDetail>>>, transferRightRows: Ref<UnwrapRef<Array<VarGridDetail>>>): IUseDragRow;
24
+ export declare function _useDragToSortRow(fid$Host: string | null | undefined, allVarGridDetailList$: Ref<UnwrapRef<Array<VarGridDetail>>>, transferRightRowList$: Ref<UnwrapRef<Array<VarGridDetail>>>): IUseDragRow;
@@ -1,4 +1,4 @@
1
- import { IKgStoreDefinition } from '../../model';
1
+ import { type IKgStoreDefinition } from '@kengic/core';
2
2
  export interface IUseKgVarConfigStoreGetters {
3
3
  }
4
4
  export interface IUseKgVarConfigStoreActions {
@@ -1,4 +1,4 @@
1
- import { IKgEventListener } from '@kengic/core.core';
1
+ import { IKgEventListener } from '@kengic/core';
2
2
  /**
3
3
  * 事件类型.
4
4
  */
@@ -1,4 +1,4 @@
1
- import { IKgRemoveEventListener } from '@kengic/core.core';
1
+ import { IKgRemoveEventListener } from '@kengic/core';
2
2
  import { ComputedRef } from 'vue';
3
3
  import { WarehouseDTO } from '../../api/WMS/models';
4
4
  import { IKgWarehouse$EventListener$onCancel, IKgWarehouse$EventListener$onMounted, IKgWarehouse$EventListener$onOk } from './KgWarehouse.event';
@@ -1,5 +1,5 @@
1
1
  import { WarehouseDTO } from '../../api/WMS/models';
2
- import { IKgStoreDefinition } from '../../model';
2
+ import { type IKgStoreDefinition } from '@kengic/core';
3
3
  export interface IUseKgWarehouseStoreGetters {
4
4
  /**
5
5
  * 是否显示弹窗.
@@ -1,4 +1,4 @@
1
- import { IKgEventListener } from '@kengic/core.core';
1
+ import { IKgEventListener } from '@kengic/core';
2
2
  /**
3
3
  * 事件类型.
4
4
  */
@@ -1,4 +1,4 @@
1
- import { IKgRemoveEventListener } from '@kengic/core.core';
1
+ import { IKgRemoveEventListener } from '@kengic/core';
2
2
  import { IKgWorkStation$EventListener$onCancel, IKgWorkStation$EventListener$onOk } from './KgWorkStation.event';
3
3
  import { buildKgWorkStationStore } from './KgWorkStation.store';
4
4
  export declare type IUseKgWorkStation = {
@@ -1,5 +1,5 @@
1
1
  import { WorkstationAreaDTO, WorkstationDTO } from '../../api/WMS/models';
2
- import { IKgStoreDefinition } from '../../model';
2
+ import { type IKgStoreDefinition } from '@kengic/core';
3
3
  export interface IUseKgWorkStationStoreGetters {
4
4
  /**
5
5
  * 当前工作区.
@@ -1,4 +1,4 @@
1
- import { IKgEventListener } from '@kengic/core.core';
1
+ import { IKgEventListener } from '@kengic/core';
2
2
  import { IHttpClient, IRequestConfig, IRequestOption } from '../service';
3
3
  /**
4
4
  * 事件类型.
@@ -1,4 +1,4 @@
1
- import { IKgLocale, IKgRemoveEventListener } from '@kengic/core.core';
1
+ import { IKgLocale, IKgRemoveEventListener } from '@kengic/core';
2
2
  import { ComputedRef } from 'vue';
3
3
  import { IKg$EventListener$onBeforeRequest } from './config.event';
4
4
  import { useKgStore } from './config.store';
@@ -1,7 +1,8 @@
1
+ import { type IKgStoreDefinition } from '@kengic/core';
1
2
  import { StoreDefinition } from 'pinia';
2
3
  import { Router } from 'vue-router';
3
4
  import { DescriptionDTO, SysUserWarehouseDTO } from '../api/WMS/models';
4
- import { IKgStoreDefinition, KG_APP } from '../model';
5
+ import { KG_APP } from '../model';
5
6
  import { ErrorMessageMode, GetUserInfoModel, LoginParams, RoleEnum } from '../project';
6
7
  import { Menu } from '../project/src/router/types';
7
8
  import { LoginInfo, UserInfo } from '../project/types/store';
@@ -1,4 +1,4 @@
1
- import { IKgLocale } from '@kengic/core.core';
1
+ import { IKgLocale } from '@kengic/core';
2
2
  import { StoreDefinition } from 'pinia';
3
3
  import { App } from 'vue';
4
4
  import { Router } from 'vue-router';
@@ -3,15 +3,15 @@ import { DropMenu } from '../project/src/components/Dropdown/src/typing';
3
3
  import { LocaleSetting } from '../project/types/config';
4
4
  /** @deprecated 已弃用, 请使用 {@link KG.LOCALE} */
5
5
  declare const LOCALE: {
6
- CS_CZ: import("@kengic/core.core/src/model").IKgLocale;
7
- EN: import("@kengic/core.core/src/model").IKgLocale;
8
- ES_ES: import("@kengic/core.core/src/model").IKgLocale;
9
- FR_FR: import("@kengic/core.core/src/model").IKgLocale;
10
- KM_KH: import("@kengic/core.core/src/model").IKgLocale;
11
- KO_KR: import("@kengic/core.core/src/model").IKgLocale;
12
- TH_TH: import("@kengic/core.core/src/model").IKgLocale;
13
- VI_VN: import("@kengic/core.core/src/model").IKgLocale;
14
- ZH_CN: import("@kengic/core.core/src/model").IKgLocale;
6
+ CS_CZ: import("@kengic/core/src/model").IKgLocale;
7
+ EN: import("@kengic/core/src/model").IKgLocale;
8
+ ES_ES: import("@kengic/core/src/model").IKgLocale;
9
+ FR_FR: import("@kengic/core/src/model").IKgLocale;
10
+ KM_KH: import("@kengic/core/src/model").IKgLocale;
11
+ KO_KR: import("@kengic/core/src/model").IKgLocale;
12
+ TH_TH: import("@kengic/core/src/model").IKgLocale;
13
+ VI_VN: import("@kengic/core/src/model").IKgLocale;
14
+ ZH_CN: import("@kengic/core/src/model").IKgLocale;
15
15
  };
16
16
  declare let localeList: DropMenu[];
17
17
  declare const localeSetting: LocaleSetting;