@kengic/vue 0.30.1-beta.4 → 0.30.1-beta.41
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.
- package/CHANGELOG.md +1 -1
- package/README.md +1 -1
- package/dist/align-left-outlined.579b01c6.mjs +8 -0
- package/dist/caret-down-outlined.c0564a3f.mjs +8 -0
- package/dist/caret-left-outlined.35b1d7d1.mjs +8 -0
- package/dist/caret-up-outlined.81b559ad.mjs +8 -0
- package/dist/check-box-outline-blank.d01a2055.mjs +8 -0
- package/dist/collapse-all-rounded.26ee73fc.mjs +8 -0
- package/dist/double-right-outlined.f057a6b2.mjs +8 -0
- package/dist/expand-all-rounded.e01e6cb9.mjs +8 -0
- package/dist/eye-invisible-outlined.5f8d6151.mjs +8 -0
- package/dist/holder-outlined.9e698750.mjs +8 -0
- package/dist/index.css +1 -1
- package/dist/kengic-vue.js +176481 -129412
- package/dist/loading-outlined.13a15197.mjs +8 -0
- package/dist/more-outlined.8e1202ac.mjs +8 -0
- package/dist/palette-swatch-variant.f7258843.mjs +8 -0
- package/dist/partition-outlined.1bcf4f37.mjs +8 -0
- package/dist/pause-rounded.1ed7cc39.mjs +8 -0
- package/dist/play-arrow-rounded.90fc4173.mjs +8 -0
- package/dist/profile-outlined.1059fb0d.mjs +8 -0
- package/dist/project/build/utils.ts +20 -15
- package/dist/src/api/WMS/Controllers/DescriptionController/List.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/DescriptionController/ListByCodeNamesAndCodeValues.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/SqlClientController/Execute.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/SqlClientController/ExecutePage.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/SysPermissionController/List.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/Add.d.ts +3 -3
- package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/ListByFormId.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/index.d.ts +1 -0
- package/dist/src/api/WMS/Controllers/VarConfigPossibilityController/ExecuteQuery.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarController/GetAll.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/Create.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/GetResultSetMetadataFromSql.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateCopySql.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateCreateSql.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateDeleteSql.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateFrmId.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateSearchSql.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateUpdateSql.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateVarButtonVarName.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarGridMasterController/QueryByID.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarGridMasterController/Update.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarProfileMasterController/QueryByID.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarVariableController/Delete.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/WarehouseController/ListVO.d.ts +25 -0
- package/dist/src/api/WMS/Controllers/WorkstationController/List.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/index.d.ts +1 -1
- package/dist/src/api/WMS/models.d.ts +11 -5
- package/dist/src/component/KgCanvas/KgCanvas.ContextMenu.d.ts +1 -2
- package/dist/src/component/KgCanvas/{KgCanvas.Toolbar.Fullscreen.d.ts → KgCanvas.ToolbarButton.Fullscreen.d.ts} +2 -3
- package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Mode.d.ts +7 -0
- package/dist/src/component/KgCanvas/{KgCanvas.Toolbar.OverviewScale.d.ts → KgCanvas.ToolbarButton.OverviewScale.d.ts} +2 -3
- package/dist/src/component/KgCanvas/KgCanvas.Tooltip.d.ts +1 -2
- package/dist/src/component/KgCanvas/KgCanvas.d.ts +59 -3
- package/dist/src/component/KgCanvas/KgCanvas.event.d.ts +42 -5
- package/dist/src/component/KgCanvas/KgCanvas.hooks.d.ts +33 -5
- package/dist/src/component/KgCanvas/KgCanvas.model.d.ts +26 -32
- package/dist/src/component/KgCanvas/KgCanvas.service.d.ts +5 -31
- package/dist/src/component/KgCanvas/KgCanvas.store.d.ts +4 -1
- package/dist/src/component/KgCanvas/index.d.ts +1 -1
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.AreaSelect.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Canvas.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Legend.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Offline.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Setting.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Log.d.ts +5 -0
- package/dist/src/{page/KgCircleVis/components/KgCircleVis.Tab.Rgv.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Rgv.d.ts} +5 -5
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.hooks.d.ts +29 -0
- package/dist/src/{page/KgCircleVis/components/KgCircleVis.model.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.model.d.ts} +1 -1
- package/dist/src/{page/KgCircleVis/components/KgCircleVis.store.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.store.d.ts} +41 -41
- package/dist/src/component/KgCircularShuttleMonitor/index.d.ts +3 -0
- package/dist/src/component/KgForm/KgForm.d.ts +39 -39
- package/dist/src/component/KgForm/index.d.ts +52 -52
- package/dist/src/component/KgForm.Item/KgForm.Item.d.ts +35 -35
- package/dist/src/component/KgForm.Item/KgForm.Item.model.d.ts +31 -33
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Checkbox.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.CheckboxGroup.d.ts +38 -36
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Date.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.DateRange.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Image.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Input.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.InputNumber.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.InputPassword.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Link.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.RadioGroup.d.ts +34 -36
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Select.d.ts +35 -35
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Switch.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.TextArea.d.ts +34 -34
- package/dist/src/component/KgImage/KgImage.d.ts +6 -6
- package/dist/src/component/KgLayoutHeader/{components/KgLayoutHeaderLocale.d.ts → KgLayoutHeader.Locale.d.ts} +1 -1
- package/dist/src/component/KgLayoutHeader/index.d.ts +1 -1
- package/dist/src/component/KgModal/KgModal.d.ts +20 -20
- package/dist/src/component/KgModal/{hooks/useDragToResize.d.ts → KgModal.service.d.ts} +13 -2
- package/dist/src/component/KgModal02/KgModal02.d.ts +591 -0
- package/dist/src/component/KgModal02/KgModal02.model.d.ts +1 -0
- package/dist/src/component/KgModal02/index.d.ts +1 -0
- package/dist/src/component/KgResizable/KgResizable.d.ts +4 -4
- package/dist/src/component/KgSimulator/KgSimulator.Canvas.Title.d.ts +11 -0
- package/dist/src/component/KgSimulator/KgSimulator.Canvas.d.ts +11 -0
- package/dist/src/component/KgSimulator/KgSimulator.Canvas.service.d.ts +80 -0
- package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Create.CircularConveyor.d.ts +36 -0
- package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Open.CircularConveyor.d.ts +36 -0
- package/dist/src/component/KgSimulator/KgSimulator.Menu.d.ts +4 -0
- package/dist/src/component/KgSimulator/KgSimulator.Panel.Prefab.d.ts +4 -0
- package/dist/src/component/KgSimulator/KgSimulator.Panel.Property.d.ts +4 -0
- package/dist/src/component/KgSimulator/KgSimulator.Panel.Scene.d.ts +4 -0
- package/dist/src/component/KgSimulator/KgSimulator.Panel.d.ts +97 -0
- package/dist/src/component/KgSimulator/KgSimulator.Prefab.d.ts +108 -0
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Prefab.d.ts +9 -0
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Property.d.ts +9 -0
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Scene.d.ts +9 -0
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.d.ts +113 -0
- package/dist/src/component/KgSimulator/KgSimulator.d.ts +33 -0
- package/dist/src/component/KgSimulator/KgSimulator.event.d.ts +99 -0
- package/dist/src/component/KgSimulator/KgSimulator.hooks.d.ts +103 -0
- package/dist/src/component/KgSimulator/KgSimulator.icons.d.ts +10 -0
- package/dist/src/component/KgSimulator/KgSimulator.model.d.ts +1424 -0
- package/dist/src/component/KgSimulator/KgSimulator.store.d.ts +234 -0
- package/dist/src/component/KgSimulator/KgSimulator.utils.d.ts +21 -0
- package/dist/src/component/KgSimulator/index.d.ts +3 -0
- package/dist/src/component/KgSubmit/KgSubmit.event.d.ts +14 -9
- package/dist/src/component/KgSubmit/KgSubmit.hooks.d.ts +46 -14
- package/dist/src/component/KgSubmit/KgSubmit.store.d.ts +46 -0
- package/dist/src/component/KgTable/{components/KgTable.BodyCell.d.ts → KgTable.BodyCell.d.ts} +1 -1
- package/dist/src/component/KgTable/{components/setting/KgTable.Setting.service.d.ts → KgTable.Setting.service.d.ts} +1 -1
- package/dist/src/component/KgTable/KgTable.model.d.ts +0 -2
- package/dist/src/component/KgTable02/KgTable02.BodyCell.d.ts +44 -23
- package/dist/src/component/KgTable02/KgTable02.event.d.ts +13 -3
- package/dist/src/component/KgTable02/KgTable02.hooks.d.ts +9 -0
- package/dist/src/component/KgVar/{KgVarFactory.d.ts → KgVar.Factory.d.ts} +9 -0
- package/dist/src/component/KgVar/KgVar.d.ts +23 -17
- package/dist/src/component/KgVar/KgVar.event.d.ts +19 -6
- package/dist/src/component/KgVar/KgVar.hooks.d.ts +20 -7
- package/dist/src/component/KgVar/KgVar.model.d.ts +0 -5
- package/dist/src/component/KgVar/index.d.ts +1 -1
- package/dist/src/component/KgVarConfig/KgVarConfig.model.d.ts +0 -3
- package/dist/src/component/KgWarehouse/KgWarehouse.hooks.d.ts +2 -2
- package/dist/src/component/KgWarehouse/KgWarehouse.store.d.ts +4 -4
- package/dist/src/component/index.d.ts +3 -0
- package/dist/src/config/config.store.d.ts +15 -3
- package/dist/src/config/index.d.ts +9 -3
- package/dist/src/const/const.model.d.ts +546 -5
- package/dist/src/const/form-id.const.d.ts +22 -10
- package/dist/src/const/index.d.ts +0 -1
- package/dist/src/i18n/i18n.setup.d.ts +1 -1
- package/dist/src/page/{KgCircleVis/KgPageCircleVis.d.ts → KgPageCircularShuttleMonitor/KgPageCircularShuttleMonitor.d.ts} +1 -1
- package/dist/src/page/KgPageCircularShuttleMonitor/index.d.ts +1 -0
- package/dist/src/page/KgPageDda/KgPageDda.d.ts +1 -1
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.store.d.ts +3 -3
- package/dist/src/page/index.d.ts +2 -2
- package/dist/src/project/src/utils/env.d.ts +0 -16
- package/dist/src/service/http-client.d.ts +5 -1
- package/dist/src/util/ant-design-vue.d.ts +16 -16
- package/dist/src/util/tsx.helper.d.ts +7 -7
- package/package.json +9 -7
- package/dist/src/api/WMS/Controllers/WhController/ListVO.d.ts +0 -54
- package/dist/src/component/KgForm/KgForm.model.d.ts +0 -9
- package/dist/src/component/KgModal/hooks/useDragToMove.d.ts +0 -12
- package/dist/src/const/injection-keys.const.d.ts +0 -11
- package/dist/src/page/KgCircleVis/components/KgCircleVis.AreaSelect.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Canvas.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Legend.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Offline.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Setting.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Tab.Log.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.hooks.d.ts +0 -29
- package/dist/src/page/KgCircleVis/index.d.ts +0 -1
- /package/dist/src/api/WMS/Controllers/{WhController → WarehouseController}/index.d.ts +0 -0
- /package/dist/src/{page/KgCircleVis/components/KgCircleVis.Canvas.service.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Canvas.service.d.ts} +0 -0
- /package/dist/src/component/KgTable/{components/KgTable.HeadCell.d.ts → KgTable.HeadCell.d.ts} +0 -0
- /package/dist/src/component/KgTable/{components/KgTable.Info.d.ts → KgTable.Info.d.ts} +0 -0
- /package/dist/src/component/KgTable/{components/setting/KgTable.Setting.VarGridMaster.SaveAs.d.ts → KgTable.Setting.VarGridMaster.SaveAs.d.ts} +0 -0
- /package/dist/src/component/KgTable/{components/setting/KgTable.Setting.d.ts → KgTable.Setting.d.ts} +0 -0
| @@ -10,7 +10,7 @@ export declare const getProps: () => { | |
| 10 10 | 
             
                kgMouseEvent: PropType<MouseEvent>;
         | 
| 11 11 | 
             
            };
         | 
| 12 12 | 
             
            export declare type KgCanvasTooltipProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
         | 
| 13 | 
            -
            declare const  | 
| 13 | 
            +
            export declare const KgCanvasTooltip: import("vue").DefineComponent<{
         | 
| 14 14 | 
             
                kgElement: PropType<Q.Element<any>>;
         | 
| 15 15 | 
             
                kgElementUi: PropType<Q.ElementUI>;
         | 
| 16 16 | 
             
                /**
         | 
| @@ -25,4 +25,3 @@ declare const _default: import("vue").DefineComponent<{ | |
| 25 25 | 
             
                 */
         | 
| 26 26 | 
             
                kgMouseEvent: PropType<MouseEvent>;
         | 
| 27 27 | 
             
            }>>, {}>;
         | 
| 28 | 
            -
            export default _default;
         | 
| @@ -9,7 +9,25 @@ export declare const getProps: () => { | |
| 9 9 | 
             
                    required: boolean;
         | 
| 10 10 | 
             
                };
         | 
| 11 11 | 
             
                /**
         | 
| 12 | 
            -
                 *  | 
| 12 | 
            +
                 * 画布--右键菜单--重新加载--是否可用.
         | 
| 13 | 
            +
                 *
         | 
| 14 | 
            +
                 * @default true
         | 
| 15 | 
            +
                 */
         | 
| 16 | 
            +
                kg$ContextMenu$Reload$IsAvailable: {
         | 
| 17 | 
            +
                    type: PropType<boolean>;
         | 
| 18 | 
            +
                    default: boolean;
         | 
| 19 | 
            +
                };
         | 
| 20 | 
            +
                /**
         | 
| 21 | 
            +
                 * 画布--工具按钮--交互模式--是否可用.
         | 
| 22 | 
            +
                 *
         | 
| 23 | 
            +
                 * @default true
         | 
| 24 | 
            +
                 */
         | 
| 25 | 
            +
                kg$KgCanvasToolbarButtonMode$IsAvailable: {
         | 
| 26 | 
            +
                    type: PropType<boolean>;
         | 
| 27 | 
            +
                    default: boolean;
         | 
| 28 | 
            +
                };
         | 
| 29 | 
            +
                /**
         | 
| 30 | 
            +
                 * 组件 KgCanvasToolbarButtonFullscreen 的参数.
         | 
| 13 31 | 
             
                 */
         | 
| 14 32 | 
             
                kgCanvasToolbarFullscreen: {
         | 
| 15 33 | 
             
                    type: PropType<Partial<ExtractPropTypes<{
         | 
| @@ -66,7 +84,25 @@ declare const _default: import("vue").DefineComponent<{ | |
| 66 84 | 
             
                    required: boolean;
         | 
| 67 85 | 
             
                };
         | 
| 68 86 | 
             
                /**
         | 
| 69 | 
            -
                 *  | 
| 87 | 
            +
                 * 画布--右键菜单--重新加载--是否可用.
         | 
| 88 | 
            +
                 *
         | 
| 89 | 
            +
                 * @default true
         | 
| 90 | 
            +
                 */
         | 
| 91 | 
            +
                kg$ContextMenu$Reload$IsAvailable: {
         | 
| 92 | 
            +
                    type: PropType<boolean>;
         | 
| 93 | 
            +
                    default: boolean;
         | 
| 94 | 
            +
                };
         | 
| 95 | 
            +
                /**
         | 
| 96 | 
            +
                 * 画布--工具按钮--交互模式--是否可用.
         | 
| 97 | 
            +
                 *
         | 
| 98 | 
            +
                 * @default true
         | 
| 99 | 
            +
                 */
         | 
| 100 | 
            +
                kg$KgCanvasToolbarButtonMode$IsAvailable: {
         | 
| 101 | 
            +
                    type: PropType<boolean>;
         | 
| 102 | 
            +
                    default: boolean;
         | 
| 103 | 
            +
                };
         | 
| 104 | 
            +
                /**
         | 
| 105 | 
            +
                 * 组件 KgCanvasToolbarButtonFullscreen 的参数.
         | 
| 70 106 | 
             
                 */
         | 
| 71 107 | 
             
                kgCanvasToolbarFullscreen: {
         | 
| 72 108 | 
             
                    type: PropType<Partial<ExtractPropTypes<{
         | 
| @@ -121,7 +157,25 @@ declare const _default: import("vue").DefineComponent<{ | |
| 121 157 | 
             
                    required: boolean;
         | 
| 122 158 | 
             
                };
         | 
| 123 159 | 
             
                /**
         | 
| 124 | 
            -
                 *  | 
| 160 | 
            +
                 * 画布--右键菜单--重新加载--是否可用.
         | 
| 161 | 
            +
                 *
         | 
| 162 | 
            +
                 * @default true
         | 
| 163 | 
            +
                 */
         | 
| 164 | 
            +
                kg$ContextMenu$Reload$IsAvailable: {
         | 
| 165 | 
            +
                    type: PropType<boolean>;
         | 
| 166 | 
            +
                    default: boolean;
         | 
| 167 | 
            +
                };
         | 
| 168 | 
            +
                /**
         | 
| 169 | 
            +
                 * 画布--工具按钮--交互模式--是否可用.
         | 
| 170 | 
            +
                 *
         | 
| 171 | 
            +
                 * @default true
         | 
| 172 | 
            +
                 */
         | 
| 173 | 
            +
                kg$KgCanvasToolbarButtonMode$IsAvailable: {
         | 
| 174 | 
            +
                    type: PropType<boolean>;
         | 
| 175 | 
            +
                    default: boolean;
         | 
| 176 | 
            +
                };
         | 
| 177 | 
            +
                /**
         | 
| 178 | 
            +
                 * 组件 KgCanvasToolbarButtonFullscreen 的参数.
         | 
| 125 179 | 
             
                 */
         | 
| 126 180 | 
             
                kgCanvasToolbarFullscreen: {
         | 
| 127 181 | 
             
                    type: PropType<Partial<ExtractPropTypes<{
         | 
| @@ -168,6 +222,8 @@ declare const _default: import("vue").DefineComponent<{ | |
| 168 222 | 
             
                    default: boolean;
         | 
| 169 223 | 
             
                };
         | 
| 170 224 | 
             
            }>>, {
         | 
| 225 | 
            +
                kg$ContextMenu$Reload$IsAvailable: boolean;
         | 
| 226 | 
            +
                kg$KgCanvasToolbarButtonMode$IsAvailable: boolean;
         | 
| 171 227 | 
             
                kgIsEditable: boolean;
         | 
| 172 228 | 
             
                kgIsEnableOverview: boolean;
         | 
| 173 229 | 
             
                kgIsGridBackground: boolean;
         | 
| @@ -1,11 +1,10 @@ | |
| 1 1 | 
             
            import { IKgEventListener } from '@kengic/core.core';
         | 
| 2 2 | 
             
            import { Q } from '@thymine/xunee';
         | 
| 3 | 
            -
            import { Ref } from 'vue';
         | 
| 4 3 | 
             
            import { IKgCanvasContextMenu } from './KgCanvas.ContextMenu';
         | 
| 5 4 | 
             
            /**
         | 
| 6 5 | 
             
             * 事件类型.
         | 
| 7 6 | 
             
             */
         | 
| 8 | 
            -
            export declare type IKgCanvasEvent = ' | 
| 7 | 
            +
            export declare type IKgCanvasEvent = 'onClick' | 'onContextMenuClose' | 'onContextMenuOpen' | 'onDataPropertyChange' | 'onDrop' | 'onElementCreate' | 'onInit' | 'onMouseEnter' | 'onMouseLeave' | 'onMouseMove' | 'onReload' | 'onResize' | 'onRightClick' | 'onSelectChange';
         | 
| 9 8 | 
             
            export declare type IKgCanvasOnInitEventListenerParameter = {
         | 
| 10 9 | 
             
                Q: typeof Q;
         | 
| 11 10 | 
             
                /**
         | 
| @@ -44,7 +43,9 @@ export declare type IKgCanvasOnRightClickEventListenerParameter = { | |
| 44 43 | 
             
                 * <p>右键菜单列表.</p>
         | 
| 45 44 | 
             
                 * <p>用户可以直接修改该参数的值, 从而修改此次单击右键事件弹出的右键菜单.</p>
         | 
| 46 45 | 
             
                 */
         | 
| 47 | 
            -
                contextMenus:  | 
| 46 | 
            +
                contextMenus: {
         | 
| 47 | 
            +
                    value: Array<IKgCanvasContextMenu>;
         | 
| 48 | 
            +
                };
         | 
| 48 49 | 
             
                /**
         | 
| 49 50 | 
             
                 * 图元.
         | 
| 50 51 | 
             
                 */
         | 
| @@ -149,14 +150,49 @@ export declare type IKgCanvasOnClickEventListenerParameter = { | |
| 149 150 | 
             
            export declare type IKgCanvasOnClickEventListener = ((param: IKgCanvasOnClickEventListenerParameter) => Promise<boolean>) & IKgEventListener;
         | 
| 150 151 | 
             
            export declare type IKgCanvasOnContextMenuOpenEventListenerParameter = {};
         | 
| 151 152 | 
             
            export declare type IKgCanvasOnContextMenuOpenEventListener = ((param: IKgCanvasOnContextMenuOpenEventListenerParameter) => Promise<boolean>) & IKgEventListener;
         | 
| 153 | 
            +
            export declare type IKgCanvasOnDataPropertyChangeEventListenerParameter = {
         | 
| 154 | 
            +
                /**
         | 
| 155 | 
            +
                 * 事件对象.
         | 
| 156 | 
            +
                 */
         | 
| 157 | 
            +
                event: Q.Event;
         | 
| 158 | 
            +
            };
         | 
| 159 | 
            +
            export declare type IKgCanvasOnDataPropertyChangeEventListener = ((param: IKgCanvasOnDataPropertyChangeEventListenerParameter) => Promise<boolean>) & IKgEventListener;
         | 
| 152 160 | 
             
            export declare type IKgCanvasOnContextMenuCloseEventListenerParameter = {};
         | 
| 153 161 | 
             
            export declare type IKgCanvasOnContextMenuCloseEventListener = ((param: IKgCanvasOnContextMenuCloseEventListenerParameter) => Promise<boolean>) & IKgEventListener;
         | 
| 154 | 
            -
            export declare type  | 
| 155 | 
            -
             | 
| 162 | 
            +
            export declare type IKgCanvasOnDropEventListenerParameter = {
         | 
| 163 | 
            +
                /**
         | 
| 164 | 
            +
                 * 拖拽事件对象.
         | 
| 165 | 
            +
                 */
         | 
| 166 | 
            +
                event: DragEvent;
         | 
| 167 | 
            +
                /**
         | 
| 168 | 
            +
                 * 图形组件对象.
         | 
| 169 | 
            +
                 */
         | 
| 170 | 
            +
                graph: Q.Graph;
         | 
| 171 | 
            +
            };
         | 
| 172 | 
            +
            export declare type IKgCanvasOnDropEventListener = ((param: IKgCanvasOnDropEventListenerParameter) => Promise<boolean>) & IKgEventListener;
         | 
| 173 | 
            +
            export declare type IKgCanvasOnElementCreateEventListenerParameter = {
         | 
| 174 | 
            +
                /**
         | 
| 175 | 
            +
                 * 被创建的图元对象.
         | 
| 176 | 
            +
                 */
         | 
| 177 | 
            +
                element: Q.Element;
         | 
| 178 | 
            +
            };
         | 
| 179 | 
            +
            export declare type IKgCanvasOnElementCreateEventListener = ((param: IKgCanvasOnElementCreateEventListenerParameter) => Promise<boolean>) & IKgEventListener;
         | 
| 180 | 
            +
            export declare type IKgCanvasOnSelectChangeEventListenerParameter = {
         | 
| 181 | 
            +
                /**
         | 
| 182 | 
            +
                 * 事件对象.
         | 
| 183 | 
            +
                 */
         | 
| 184 | 
            +
                event: Q.ListEvent;
         | 
| 185 | 
            +
            };
         | 
| 186 | 
            +
            export declare type IKgCanvasOnSelectChangeEventListener = ((param: IKgCanvasOnSelectChangeEventListenerParameter) => Promise<boolean>) & IKgEventListener;
         | 
| 187 | 
            +
            export declare type IKgCanvasEventListenerParameter = IKgCanvasOnInitEventListenerParameter | IKgCanvasOnReloadEventListenerParameter | IKgCanvasOnResizeEventListenerParameter | IKgCanvasOnDataPropertyChangeEventListenerParameter | IKgCanvasOnRightClickEventListenerParameter | IKgCanvasOnMouseMoveEventListenerParameter | IKgCanvasOnMouseEnterEventListenerParameter | IKgCanvasOnMouseLeaveEventListenerParameter | IKgCanvasOnClickEventListenerParameter | IKgCanvasOnContextMenuOpenEventListenerParameter | IKgCanvasOnContextMenuCloseEventListenerParameter | IKgCanvasOnDropEventListenerParameter | IKgCanvasOnElementCreateEventListenerParameter | IKgCanvasOnSelectChangeEventListenerParameter;
         | 
| 188 | 
            +
            export declare type IKgCanvasEventListener = IKgCanvasOnInitEventListener | IKgCanvasOnReloadEventListener | IKgCanvasOnResizeEventListener | IKgCanvasOnDataPropertyChangeEventListener | IKgCanvasOnRightClickEventListener | IKgCanvasOnMouseMoveEventListener | IKgCanvasOnMouseEnterEventListener | IKgCanvasOnMouseLeaveEventListener | IKgCanvasOnClickEventListener | IKgCanvasOnContextMenuOpenEventListener | IKgCanvasOnContextMenuCloseEventListener | IKgCanvasOnDropEventListener | IKgCanvasOnElementCreateEventListener | IKgCanvasOnSelectChangeEventListener;
         | 
| 156 189 | 
             
            export declare const eventListeners: Record<string, {
         | 
| 157 190 | 
             
                onClick: Array<IKgCanvasOnClickEventListener>;
         | 
| 158 191 | 
             
                onContextMenuClose: Array<IKgCanvasOnContextMenuCloseEventListener>;
         | 
| 159 192 | 
             
                onContextMenuOpen: Array<IKgCanvasOnContextMenuOpenEventListener>;
         | 
| 193 | 
            +
                onDataPropertyChange: Array<IKgCanvasOnDataPropertyChangeEventListener>;
         | 
| 194 | 
            +
                onDrop: Array<IKgCanvasOnDropEventListener>;
         | 
| 195 | 
            +
                onElementCreate: Array<IKgCanvasOnElementCreateEventListener>;
         | 
| 160 196 | 
             
                onInit: Array<IKgCanvasOnInitEventListener>;
         | 
| 161 197 | 
             
                onMouseEnter: Array<IKgCanvasOnMouseEnterEventListener>;
         | 
| 162 198 | 
             
                onMouseLeave: Array<IKgCanvasOnMouseLeaveEventListener>;
         | 
| @@ -164,6 +200,7 @@ export declare const eventListeners: Record<string, { | |
| 164 200 | 
             
                onReload: Array<IKgCanvasOnReloadEventListener>;
         | 
| 165 201 | 
             
                onResize: Array<IKgCanvasOnResizeEventListener>;
         | 
| 166 202 | 
             
                onRightClick: Array<IKgCanvasOnRightClickEventListener>;
         | 
| 203 | 
            +
                onSelectChange: Array<IKgCanvasOnSelectChangeEventListener>;
         | 
| 167 204 | 
             
            }>;
         | 
| 168 205 | 
             
            /**
         | 
| 169 206 | 
             
             * 触发事件.
         | 
| @@ -1,7 +1,11 @@ | |
| 1 1 | 
             
            import { IRemoveEventListener } from '@kengic/core.core';
         | 
| 2 | 
            -
            import { IKgCanvasOnClickEventListener, IKgCanvasOnContextMenuCloseEventListener, IKgCanvasOnContextMenuOpenEventListener, IKgCanvasOnInitEventListener, IKgCanvasOnMouseEnterEventListener, IKgCanvasOnMouseLeaveEventListener, IKgCanvasOnMouseMoveEventListener, IKgCanvasOnReloadEventListener, IKgCanvasOnResizeEventListener, IKgCanvasOnRightClickEventListener } from './KgCanvas.event';
         | 
| 3 | 
            -
            import {  | 
| 2 | 
            +
            import { IKgCanvasOnClickEventListener, IKgCanvasOnContextMenuCloseEventListener, IKgCanvasOnContextMenuOpenEventListener, IKgCanvasOnDataPropertyChangeEventListener, IKgCanvasOnDropEventListener, IKgCanvasOnElementCreateEventListener, IKgCanvasOnInitEventListener, IKgCanvasOnMouseEnterEventListener, IKgCanvasOnMouseLeaveEventListener, IKgCanvasOnMouseMoveEventListener, IKgCanvasOnReloadEventListener, IKgCanvasOnResizeEventListener, IKgCanvasOnRightClickEventListener, IKgCanvasOnSelectChangeEventListener } from './KgCanvas.event';
         | 
| 3 | 
            +
            import { buildKgCanvasStore } from './KgCanvas.store';
         | 
| 4 4 | 
             
            export declare type IUseKgCanvas = {
         | 
| 5 | 
            +
                /**
         | 
| 6 | 
            +
                 * 标识.
         | 
| 7 | 
            +
                 */
         | 
| 8 | 
            +
                id: string;
         | 
| 5 9 | 
             
                /**
         | 
| 6 10 | 
             
                 * 监听事件: 单击鼠标左键.
         | 
| 7 11 | 
             
                 * @param listener 事件监听函数.
         | 
| @@ -20,6 +24,24 @@ export declare type IUseKgCanvas = { | |
| 20 24 | 
             
                 * @param isOnce 是否只会触发一次. 默认为 undefined.
         | 
| 21 25 | 
             
                 */
         | 
| 22 26 | 
             
                onContextMenuOpen(listener: IKgCanvasOnContextMenuOpenEventListener, isOnce?: boolean): IRemoveEventListener;
         | 
| 27 | 
            +
                /**
         | 
| 28 | 
            +
                 * 监听事件: 图元属性发生变更.
         | 
| 29 | 
            +
                 * @param listener 事件监听函数.
         | 
| 30 | 
            +
                 * @param isOnce 是否只会触发一次. 默认为 undefined.
         | 
| 31 | 
            +
                 */
         | 
| 32 | 
            +
                onDataPropertyChange(listener: IKgCanvasOnDataPropertyChangeEventListener, isOnce?: boolean): IRemoveEventListener;
         | 
| 33 | 
            +
                /**
         | 
| 34 | 
            +
                 * 监听事件: 拖拽落下.
         | 
| 35 | 
            +
                 * @param listener 事件监听函数.
         | 
| 36 | 
            +
                 * @param isOnce 是否只会触发一次. 默认为 undefined.
         | 
| 37 | 
            +
                 */
         | 
| 38 | 
            +
                onDrop(listener: IKgCanvasOnDropEventListener, isOnce?: boolean): IRemoveEventListener;
         | 
| 39 | 
            +
                /**
         | 
| 40 | 
            +
                 * 监听事件: 通过界面交互创建图元.
         | 
| 41 | 
            +
                 * @param listener 事件监听函数.
         | 
| 42 | 
            +
                 * @param isOnce 是否只会触发一次. 默认为 undefined.
         | 
| 43 | 
            +
                 */
         | 
| 44 | 
            +
                onElementCreate(listener: IKgCanvasOnElementCreateEventListener, isOnce?: boolean): IRemoveEventListener;
         | 
| 23 45 | 
             
                /**
         | 
| 24 46 | 
             
                 * 监听事件: 图形组件初始完成.
         | 
| 25 47 | 
             
                 * @param listener 事件监听函数.
         | 
| @@ -62,11 +84,17 @@ export declare type IUseKgCanvas = { | |
| 62 84 | 
             
                 * @param isOnce 是否只会触发一次. 默认为 undefined.
         | 
| 63 85 | 
             
                 */
         | 
| 64 86 | 
             
                onRightClick(listener: IKgCanvasOnRightClickEventListener, isOnce?: boolean): IRemoveEventListener;
         | 
| 87 | 
            +
                /**
         | 
| 88 | 
            +
                 * 监听事件: 选中发生变更.
         | 
| 89 | 
            +
                 * @param listener 事件监听函数.
         | 
| 90 | 
            +
                 * @param isOnce 是否只会触发一次. 默认为 undefined.
         | 
| 91 | 
            +
                 */
         | 
| 92 | 
            +
                onSelectChange(listener: IKgCanvasOnSelectChangeEventListener, isOnce?: boolean): IRemoveEventListener;
         | 
| 65 93 | 
             
                /** 状态数据. */
         | 
| 66 | 
            -
                store: ReturnType<typeof  | 
| 67 | 
            -
            } | 
| 94 | 
            +
                store: ReturnType<ReturnType<typeof buildKgCanvasStore>>;
         | 
| 95 | 
            +
            } & ReturnType<ReturnType<typeof buildKgCanvasStore>>;
         | 
| 68 96 | 
             
            /**
         | 
| 69 97 | 
             
             *
         | 
| 70 98 | 
             
             * @param id 唯一标识.
         | 
| 71 99 | 
             
             */
         | 
| 72 | 
            -
            export declare function useKgCanvas(id | 
| 100 | 
            +
            export declare function useKgCanvas(id?: string | null | undefined): IUseKgCanvas;
         | 
| @@ -1,33 +1,27 @@ | |
| 1 | 
            -
             | 
| 2 | 
            -
             | 
| 3 | 
            -
             | 
| 4 | 
            -
             | 
| 5 | 
            -
             | 
| 6 | 
            -
             | 
| 1 | 
            +
            /**
         | 
| 2 | 
            +
             * 节点用户属性.
         | 
| 3 | 
            +
             */
         | 
| 4 | 
            +
            export declare type IKgCanvasElementProperties = {
         | 
| 5 | 
            +
                /**
         | 
| 6 | 
            +
                 * 编码, 全局唯一.
         | 
| 7 | 
            +
                 */
         | 
| 8 | 
            +
                key?: string;
         | 
| 9 | 
            +
                /**
         | 
| 10 | 
            +
                 * 数据.
         | 
| 11 | 
            +
                 */
         | 
| 12 | 
            +
                data?: any;
         | 
| 13 | 
            +
                /**
         | 
| 14 | 
            +
                 * 是否启用提示文本.
         | 
| 15 | 
            +
                 */
         | 
| 16 | 
            +
                isEnableTooltip?: boolean;
         | 
| 17 | 
            +
                /**
         | 
| 18 | 
            +
                 * 样式.
         | 
| 19 | 
            +
                 */
         | 
| 20 | 
            +
                style?: {
         | 
| 21 | 
            +
                    /**
         | 
| 22 | 
            +
                     * 鼠标划过时的指针样式.
         | 
| 23 | 
            +
                     */
         | 
| 24 | 
            +
                    hoverCursor?: 'pointer' | 'default';
         | 
| 7 25 | 
             
                };
         | 
| 8 | 
            -
                 | 
| 9 | 
            -
             | 
| 10 | 
            -
                        kgIsShowText: {
         | 
| 11 | 
            -
                            type: import("vue").PropType<boolean>;
         | 
| 12 | 
            -
                            default: boolean;
         | 
| 13 | 
            -
                        };
         | 
| 14 | 
            -
                    }>>>;
         | 
| 15 | 
            -
                };
         | 
| 16 | 
            -
                kgIsEditable: {
         | 
| 17 | 
            -
                    type: import("vue").PropType<boolean>;
         | 
| 18 | 
            -
                    default: boolean;
         | 
| 19 | 
            -
                };
         | 
| 20 | 
            -
                kgIsEnableOverview: {
         | 
| 21 | 
            -
                    type: import("vue").PropType<boolean>;
         | 
| 22 | 
            -
                    default: boolean;
         | 
| 23 | 
            -
                };
         | 
| 24 | 
            -
                kgIsGridBackground: {
         | 
| 25 | 
            -
                    type: import("vue").PropType<boolean>;
         | 
| 26 | 
            -
                    default: boolean;
         | 
| 27 | 
            -
                };
         | 
| 28 | 
            -
                kgIsResizable: {
         | 
| 29 | 
            -
                    type: import("vue").PropType<boolean>;
         | 
| 30 | 
            -
                    default: boolean;
         | 
| 31 | 
            -
                };
         | 
| 32 | 
            -
            }>>>;
         | 
| 33 | 
            -
            export declare const KG__DI__KG_CANVAS_GET_GRAPH: InjectionKey<() => Q.Graph>;
         | 
| 26 | 
            +
                [index: string]: any;
         | 
| 27 | 
            +
            };
         | 
| @@ -1,39 +1,13 @@ | |
| 1 1 | 
             
            import { Q } from '@thymine/xunee';
         | 
| 2 2 | 
             
            import { Ref } from 'vue';
         | 
| 3 3 | 
             
            import { IKgCanvasContextMenu, KgCanvasContextMenuProps } from './KgCanvas.ContextMenu';
         | 
| 4 | 
            -
             | 
| 5 | 
            -
              | 
| 6 | 
            -
             */
         | 
| 7 | 
            -
            export declare type IKgCanvasElementProperties = {
         | 
| 8 | 
            -
                /**
         | 
| 9 | 
            -
                 * 编码, 全局唯一.
         | 
| 10 | 
            -
                 */
         | 
| 11 | 
            -
                key?: string;
         | 
| 12 | 
            -
                /**
         | 
| 13 | 
            -
                 * 数据.
         | 
| 14 | 
            -
                 */
         | 
| 15 | 
            -
                data?: any;
         | 
| 16 | 
            -
                /**
         | 
| 17 | 
            -
                 * 是否启用提示文本.
         | 
| 18 | 
            -
                 */
         | 
| 19 | 
            -
                isEnableTooltip?: boolean;
         | 
| 20 | 
            -
                /**
         | 
| 21 | 
            -
                 * 样式.
         | 
| 22 | 
            -
                 */
         | 
| 23 | 
            -
                style?: {
         | 
| 24 | 
            -
                    /**
         | 
| 25 | 
            -
                     * 鼠标划过时的指针样式.
         | 
| 26 | 
            -
                     */
         | 
| 27 | 
            -
                    hoverCursor?: 'pointer' | 'default';
         | 
| 28 | 
            -
                };
         | 
| 29 | 
            -
                [index: string]: any;
         | 
| 4 | 
            +
            export declare type IUseGlobalContextMenuList = {
         | 
| 5 | 
            +
                globalContextMenuList: Array<IKgCanvasContextMenu>;
         | 
| 30 6 | 
             
            };
         | 
| 31 | 
            -
            export declare  | 
| 32 | 
            -
                globalContextMenus: Array<IKgCanvasContextMenu>;
         | 
| 33 | 
            -
            };
         | 
| 34 | 
            -
            export declare function _useGlobalContextMenus(param: {
         | 
| 7 | 
            +
            export declare function _useGlobalContextMenuList(param: {
         | 
| 35 8 | 
             
                id: string | undefined;
         | 
| 36 | 
            -
             | 
| 9 | 
            +
                kg$ContextMenu$Reload$IsAvailable?: boolean | null | undefined;
         | 
| 10 | 
            +
            }): IUseGlobalContextMenuList;
         | 
| 37 11 | 
             
            export declare type IUseResizeObserver = {};
         | 
| 38 12 | 
             
            export declare function _useResizeObserver(param: {
         | 
| 39 13 | 
             
                graph: () => Q.Graph | null;
         | 
| @@ -1,6 +1,9 @@ | |
| 1 | 
            +
            import { Q } from '@thymine/xunee';
         | 
| 1 2 | 
             
            import { KgStoreDefinition } from '../../const';
         | 
| 2 3 | 
             
            export interface IUseKgCanvasStoreGetters {
         | 
| 3 4 | 
             
            }
         | 
| 4 5 | 
             
            export interface IUseKgCanvasStoreActions {
         | 
| 6 | 
            +
                get$graph(): Q.Graph | null;
         | 
| 7 | 
            +
                set$graph(value: Q.Graph | null | undefined): void;
         | 
| 5 8 | 
             
            }
         | 
| 6 | 
            -
            export declare  | 
| 9 | 
            +
            export declare function buildKgCanvasStore(id: string | null | undefined): KgStoreDefinition<IUseKgCanvasStoreGetters, IUseKgCanvasStoreActions>;
         | 
| @@ -1,4 +1,4 @@ | |
| 1 1 | 
             
            export { default as KgCanvas } from './KgCanvas';
         | 
| 2 2 | 
             
            export { type IKgCanvasContextMenu } from './KgCanvas.ContextMenu';
         | 
| 3 3 | 
             
            export * from './KgCanvas.hooks';
         | 
| 4 | 
            -
            export { type IKgCanvasElementProperties } from './KgCanvas. | 
| 4 | 
            +
            export { type IKgCanvasElementProperties } from './KgCanvas.model';
         | 
| @@ -0,0 +1,5 @@ | |
| 1 | 
            +
            import './KgCircularShuttleMonitor.css';
         | 
| 2 | 
            +
            /**
         | 
| 3 | 
            +
             * 环形穿梭车可视化:库区下拉列表.
         | 
| 4 | 
            +
             */
         | 
| 5 | 
            +
            export declare const KgCircularShuttleMonitorAreaSelect: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
         | 
| @@ -0,0 +1,5 @@ | |
| 1 | 
            +
            import './KgCircularShuttleMonitor.css';
         | 
| 2 | 
            +
            /**
         | 
| 3 | 
            +
             * 环形穿梭车可视化:画布.
         | 
| 4 | 
            +
             */
         | 
| 5 | 
            +
            export declare const KgCircularShuttleMonitorCanvas: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
         | 
| @@ -0,0 +1,5 @@ | |
| 1 | 
            +
            import './KgCircularShuttleMonitor.css';
         | 
| 2 | 
            +
            /**
         | 
| 3 | 
            +
             * 环形穿梭车可视化:图例.
         | 
| 4 | 
            +
             */
         | 
| 5 | 
            +
            export declare const KgCircularShuttleMonitorLegend: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
         | 
| @@ -0,0 +1,5 @@ | |
| 1 | 
            +
            import './KgCircularShuttleMonitor.css';
         | 
| 2 | 
            +
            /**
         | 
| 3 | 
            +
             * 环形穿梭车可视化:离线区.
         | 
| 4 | 
            +
             */
         | 
| 5 | 
            +
            export declare const KgCircularShuttleMonitorOffline: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
         | 
| @@ -0,0 +1,5 @@ | |
| 1 | 
            +
            import './KgCircularShuttleMonitor.css';
         | 
| 2 | 
            +
            /**
         | 
| 3 | 
            +
             * 环形穿梭车可视化:设置面板.
         | 
| 4 | 
            +
             */
         | 
| 5 | 
            +
            export declare const KgCircularShuttleMonitorSetting: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
         | 
| @@ -0,0 +1,5 @@ | |
| 1 | 
            +
            import './KgCircularShuttleMonitor.css';
         | 
| 2 | 
            +
            /**
         | 
| 3 | 
            +
             * 环形穿梭车可视化:日志.
         | 
| 4 | 
            +
             */
         | 
| 5 | 
            +
            export declare const KgCircularShuttleMonitorTabLog: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
         | 
| @@ -1,6 +1,6 @@ | |
| 1 1 | 
             
            import { ExtractPropTypes, PropType } from 'vue';
         | 
| 2 | 
            -
            import './ | 
| 3 | 
            -
            import { StatusRgvVO } from './ | 
| 2 | 
            +
            import './KgCircularShuttleMonitor.css';
         | 
| 3 | 
            +
            import { StatusRgvVO } from './KgCircularShuttleMonitor.model';
         | 
| 4 4 | 
             
            export declare const getProps: () => {
         | 
| 5 5 | 
             
                /**
         | 
| 6 6 | 
             
                 * 小车.
         | 
| @@ -10,11 +10,11 @@ export declare const getProps: () => { | |
| 10 10 | 
             
                    type: PropType<StatusRgvVO>;
         | 
| 11 11 | 
             
                };
         | 
| 12 12 | 
             
            };
         | 
| 13 | 
            -
            export declare type  | 
| 13 | 
            +
            export declare type KgCircularShuttleMonitorTabRgvProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
         | 
| 14 14 | 
             
            /**
         | 
| 15 | 
            -
             *  | 
| 15 | 
            +
             * 环形穿梭车可视化:小车信息.
         | 
| 16 16 | 
             
             */
         | 
| 17 | 
            -
            export declare const  | 
| 17 | 
            +
            export declare const KgCircularShuttleMonitorTabRgv: import("vue").DefineComponent<{
         | 
| 18 18 | 
             
                /**
         | 
| 19 19 | 
             
                 * 小车.
         | 
| 20 20 | 
             
                 */
         | 
| @@ -0,0 +1,5 @@ | |
| 1 | 
            +
            import './KgCircularShuttleMonitor.css';
         | 
| 2 | 
            +
            /**
         | 
| 3 | 
            +
             * 环形穿梭车可视化.
         | 
| 4 | 
            +
             */
         | 
| 5 | 
            +
            export declare const KgCircularShuttleMonitor: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
         | 
| @@ -0,0 +1,29 @@ | |
| 1 | 
            +
            import { Q } from '@thymine/xunee';
         | 
| 2 | 
            +
            import { MapDTO, StatusDTO } from './KgCircularShuttleMonitor.model';
         | 
| 3 | 
            +
            import { IKgCircularShuttleMonitorProps, useKgCircularShuttleMonitorStore } from './KgCircularShuttleMonitor.store';
         | 
| 4 | 
            +
            export declare type IUseKgCircularShuttleMonitor = {
         | 
| 5 | 
            +
                /**
         | 
| 6 | 
            +
                 * 画布--取下一个地图数据. 从地图数据列表队首取一个数据, 并且从列表中删除该数据. 如果列表为空, 则返回空.
         | 
| 7 | 
            +
                 */
         | 
| 8 | 
            +
                $Canvas$popMapData(): MapDTO | null;
         | 
| 9 | 
            +
                /**
         | 
| 10 | 
            +
                 * 画布--取下一个状态数据. 从状态数据列表队首取一个数据, 并且从列表中删除该数据. 如果列表为空, 则返回空.
         | 
| 11 | 
            +
                 */
         | 
| 12 | 
            +
                $Canvas$popStatusData(): StatusDTO | null;
         | 
| 13 | 
            +
                /**
         | 
| 14 | 
            +
                 * 画布对象.
         | 
| 15 | 
            +
                 */
         | 
| 16 | 
            +
                graph: Q.Graph | null;
         | 
| 17 | 
            +
                /**
         | 
| 18 | 
            +
                 * 设置参数.
         | 
| 19 | 
            +
                 *
         | 
| 20 | 
            +
                 * @param props 参数.
         | 
| 21 | 
            +
                 */
         | 
| 22 | 
            +
                setProps(props: IKgCircularShuttleMonitorProps | null | undefined): void;
         | 
| 23 | 
            +
                /** 状态数据. */
         | 
| 24 | 
            +
                store: ReturnType<typeof useKgCircularShuttleMonitorStore>;
         | 
| 25 | 
            +
            };
         | 
| 26 | 
            +
            /**
         | 
| 27 | 
            +
             *
         | 
| 28 | 
            +
             */
         | 
| 29 | 
            +
            export declare function useKgCircularShuttleMonitor(): IUseKgCircularShuttleMonitor;
         |