@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
| @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            import { Q } from '@thymine/xunee';
         | 
| 2 | 
            -
            import { KgStoreDefinition } from ' | 
| 3 | 
            -
            import { MapDTO, MapStationVO, StatusDTO, StatusRgvVO } from './ | 
| 4 | 
            -
            export declare type  | 
| 2 | 
            +
            import { KgStoreDefinition } from '../../const';
         | 
| 3 | 
            +
            import { MapDTO, MapStationVO, StatusDTO, StatusRgvVO } from './KgCircularShuttleMonitor.model';
         | 
| 4 | 
            +
            export declare type IKgCircularShuttleMonitorProps = {
         | 
| 5 5 | 
             
                /**
         | 
| 6 6 | 
             
                 * 接口地址.
         | 
| 7 7 | 
             
                 */
         | 
| @@ -43,7 +43,7 @@ export declare type IKgCircleVisProps = { | |
| 43 43 | 
             
                     */
         | 
| 44 44 | 
             
                    GetState?: string;
         | 
| 45 45 | 
             
                    /**
         | 
| 46 | 
            -
                     *  | 
| 46 | 
            +
                     * 创建环形穿梭车任务.
         | 
| 47 47 | 
             
                     *
         | 
| 48 48 | 
             
                     * @default /apigateway/wasserver/api/v1/CircleRgvState/ManualCreateWorkTask
         | 
| 49 49 | 
             
                     */
         | 
| @@ -151,49 +151,49 @@ export declare type IKgCircleVisProps = { | |
| 151 151 | 
             
                 */
         | 
| 152 152 | 
             
                updateStatusInterval?: number;
         | 
| 153 153 | 
             
            };
         | 
| 154 | 
            -
            export interface  | 
| 154 | 
            +
            export interface IKgCircularShuttleMonitorStoreState {
         | 
| 155 155 | 
             
                /**
         | 
| 156 | 
            -
                 *  | 
| 156 | 
            +
                 * 库区下拉列表--是否正在请求数据.
         | 
| 157 157 | 
             
                 */
         | 
| 158 | 
            -
                $AreaSelect$isRequesting | 
| 158 | 
            +
                $AreaSelect$isRequesting$: boolean;
         | 
| 159 159 | 
             
                /**
         | 
| 160 | 
            -
                 *  | 
| 160 | 
            +
                 * 库区下拉列表--当前选中的值.
         | 
| 161 161 | 
             
                 */
         | 
| 162 162 | 
             
                $AreaSelect$value: string | null;
         | 
| 163 163 | 
             
                /**
         | 
| 164 | 
            -
                 *  | 
| 164 | 
            +
                 * 画布--设置--当前展开面板.
         | 
| 165 165 | 
             
                 */
         | 
| 166 166 | 
             
                $Canvas$Setting$CollapseActiveKey: Array<string>;
         | 
| 167 167 | 
             
                /**
         | 
| 168 | 
            -
                 *  | 
| 168 | 
            +
                 * 画布--设置--是否绘制巷道.
         | 
| 169 169 | 
             
                 */
         | 
| 170 170 | 
             
                $Canvas$Setting$IsAisleVisible: boolean;
         | 
| 171 171 | 
             
                /**
         | 
| 172 | 
            -
                 *  | 
| 172 | 
            +
                 * 画布--设置--是否显示.
         | 
| 173 173 | 
             
                 */
         | 
| 174 174 | 
             
                $Canvas$Setting$IsLegendVisible: boolean;
         | 
| 175 175 | 
             
                /**
         | 
| 176 | 
            -
                 *  | 
| 176 | 
            +
                 * 画布--设置--是否绘制小车路线--小车在路线上.
         | 
| 177 177 | 
             
                 */
         | 
| 178 178 | 
             
                $Canvas$Setting$IsRgvOnPath: boolean;
         | 
| 179 179 | 
             
                /**
         | 
| 180 | 
            -
                 *  | 
| 180 | 
            +
                 * 画布--设置--是否绘制小车路线--是否显示垂直连线.
         | 
| 181 181 | 
             
                 */
         | 
| 182 182 | 
             
                $Canvas$Setting$IsRgvPathLineVisible: boolean;
         | 
| 183 183 | 
             
                /**
         | 
| 184 | 
            -
                 *  | 
| 184 | 
            +
                 * 画布--设置--是否绘制小车路线.
         | 
| 185 185 | 
             
                 */
         | 
| 186 186 | 
             
                $Canvas$Setting$IsRgvPathVisible: boolean;
         | 
| 187 187 | 
             
                /**
         | 
| 188 | 
            -
                 *  | 
| 188 | 
            +
                 * 画布--设置--选中是否闪烁.
         | 
| 189 189 | 
             
                 */
         | 
| 190 190 | 
             
                $Canvas$Setting$IsSelectBlinkOn: boolean;
         | 
| 191 191 | 
             
                /**
         | 
| 192 | 
            -
                 *  | 
| 192 | 
            +
                 * 画布--设置--小车间距.
         | 
| 193 193 | 
             
                 */
         | 
| 194 194 | 
             
                $Canvas$Setting$RgvMarginY: number;
         | 
| 195 195 | 
             
                /**
         | 
| 196 | 
            -
                 * <p | 
| 196 | 
            +
                 * <p>画布--设置--小车属性.</p>
         | 
| 197 197 | 
             
                 * <ul>
         | 
| 198 198 | 
             
                 *     <li>key:   小车编号</li>
         | 
| 199 199 | 
             
                 *     <li>value: 小车属性</li>
         | 
| @@ -206,51 +206,51 @@ export interface IKgCircleVisStoreState { | |
| 206 206 | 
             
                    pathColor: string;
         | 
| 207 207 | 
             
                }>;
         | 
| 208 208 | 
             
                /**
         | 
| 209 | 
            -
                 *  | 
| 209 | 
            +
                 * 画布--设置--闪烁间隔毫秒.
         | 
| 210 210 | 
             
                 */
         | 
| 211 211 | 
             
                $Canvas$Setting$SelectBlinkInterval: number;
         | 
| 212 212 | 
             
                /**
         | 
| 213 | 
            -
                 *  | 
| 213 | 
            +
                 * 画布--当前选中的小车列表.
         | 
| 214 214 | 
             
                 */
         | 
| 215 215 | 
             
                $Canvas$currentRgvList: Array<StatusRgvVO>;
         | 
| 216 216 | 
             
                /**
         | 
| 217 | 
            -
                 *  | 
| 217 | 
            +
                 * 画布--当前选中的站点列表.
         | 
| 218 218 | 
             
                 */
         | 
| 219 219 | 
             
                $Canvas$currentStationList: Array<MapStationVO>;
         | 
| 220 220 | 
             
                /**
         | 
| 221 | 
            -
                 *  | 
| 221 | 
            +
                 * 画布--最新地图数据.
         | 
| 222 222 | 
             
                 */
         | 
| 223 223 | 
             
                $Canvas$mapData: MapDTO | null;
         | 
| 224 224 | 
             
                /**
         | 
| 225 | 
            -
                 *  | 
| 225 | 
            +
                 * 画布--地图数据列表. 等待被绘制的地图数据列表, 每次绘制都从队首取一个数据进行绘制, 当队列为空时暂停绘制.
         | 
| 226 226 | 
             
                 */
         | 
| 227 227 | 
             
                $Canvas$mapDataList: Array<MapDTO>;
         | 
| 228 228 | 
             
                /**
         | 
| 229 | 
            -
                 *  | 
| 229 | 
            +
                 * 画布--是否正在请求地图数据.
         | 
| 230 230 | 
             
                 */
         | 
| 231 231 | 
             
                $Canvas$mapIsRequesting: boolean;
         | 
| 232 232 | 
             
                /**
         | 
| 233 | 
            -
                 *  | 
| 233 | 
            +
                 * 画布--最新状态数据.
         | 
| 234 234 | 
             
                 */
         | 
| 235 235 | 
             
                $Canvas$statusData: StatusDTO | null;
         | 
| 236 236 | 
             
                /**
         | 
| 237 | 
            -
                 *  | 
| 237 | 
            +
                 * 画布--状态数据列表. 等待被绘制的状态数据列表, 每次绘制都从队首取一个数据进行绘制, 当队列为空时暂停绘制.
         | 
| 238 238 | 
             
                 */
         | 
| 239 239 | 
             
                $Canvas$statusDataList: Array<StatusDTO>;
         | 
| 240 240 | 
             
                /**
         | 
| 241 | 
            -
                 *  | 
| 241 | 
            +
                 * 画布--是否正在请求状态数据.
         | 
| 242 242 | 
             
                 */
         | 
| 243 243 | 
             
                $Canvas$statusIsRequesting: boolean;
         | 
| 244 244 | 
             
                /**
         | 
| 245 | 
            -
                 *  | 
| 245 | 
            +
                 * 设置--是否显示.
         | 
| 246 246 | 
             
                 */
         | 
| 247 247 | 
             
                $Setting$isVisible: boolean;
         | 
| 248 248 | 
             
                /**
         | 
| 249 | 
            -
                 *  | 
| 249 | 
            +
                 * 标签页--当前标签页.
         | 
| 250 250 | 
             
                 */
         | 
| 251 251 | 
             
                $Tab$activeKey: string | number;
         | 
| 252 252 | 
             
                /**
         | 
| 253 | 
            -
                 *  | 
| 253 | 
            +
                 * 标签页--小车列表.
         | 
| 254 254 | 
             
                 */
         | 
| 255 255 | 
             
                $Tab$rgvList: Array<StatusRgvVO>;
         | 
| 256 256 | 
             
                /**
         | 
| @@ -260,9 +260,9 @@ export interface IKgCircleVisStoreState { | |
| 260 260 | 
             
                /**
         | 
| 261 261 | 
             
                 * 参数.
         | 
| 262 262 | 
             
                 */
         | 
| 263 | 
            -
                props:  | 
| 263 | 
            +
                props: IKgCircularShuttleMonitorProps | null;
         | 
| 264 264 | 
             
            }
         | 
| 265 | 
            -
            export interface  | 
| 265 | 
            +
            export interface IKgCircularShuttleMonitorStoreGetters {
         | 
| 266 266 | 
             
                $AreaSelect$getIsRequesting: boolean;
         | 
| 267 267 | 
             
                $AreaSelect$getValue: string | null;
         | 
| 268 268 | 
             
                /**
         | 
| @@ -290,16 +290,16 @@ export interface IKgCircleVisStoreGetters { | |
| 290 290 | 
             
                $Canvas$getStatusDataList: Array<StatusDTO>;
         | 
| 291 291 | 
             
                $Canvas$getStatusIsRequesting: boolean;
         | 
| 292 292 | 
             
                /**
         | 
| 293 | 
            -
                 *  | 
| 293 | 
            +
                 * 离线区--离线小车列表.
         | 
| 294 294 | 
             
                 */
         | 
| 295 295 | 
             
                $Offline$getRgvList: Array<StatusRgvVO>;
         | 
| 296 296 | 
             
                $Setting$getIsVisible: boolean;
         | 
| 297 297 | 
             
                $Tab$getActiveKey: string | number;
         | 
| 298 298 | 
             
                $Tab$getRgvList: Array<StatusRgvVO>;
         | 
| 299 299 | 
             
                getGraph: Q.Graph | null;
         | 
| 300 | 
            -
                getProps:  | 
| 300 | 
            +
                getProps: IKgCircularShuttleMonitorProps | null;
         | 
| 301 301 | 
             
            }
         | 
| 302 | 
            -
            export interface  | 
| 302 | 
            +
            export interface IKgCircularShuttleMonitorStoreActions {
         | 
| 303 303 | 
             
                $AreaSelect$setIsRequesting(value: boolean | null | undefined): void;
         | 
| 304 304 | 
             
                $AreaSelect$setValue(value: string | null | undefined): void;
         | 
| 305 305 | 
             
                $Canvas$Setting$setCollapseActiveKey(value: Array<string> | null | undefined): void;
         | 
| @@ -312,13 +312,13 @@ export interface IKgCircleVisStoreActions { | |
| 312 312 | 
             
                $Canvas$Setting$setRgvMarginY(value: number | null | undefined): void;
         | 
| 313 313 | 
             
                $Canvas$Setting$setSelectBlinkInterval(value: number | null | undefined): void;
         | 
| 314 314 | 
             
                /**
         | 
| 315 | 
            -
                 *  | 
| 315 | 
            +
                 * 画布--往地图数据列尾插入一个数据.
         | 
| 316 316 | 
             
                 *
         | 
| 317 317 | 
             
                 * @param value 要插入的数据.
         | 
| 318 318 | 
             
                 */
         | 
| 319 319 | 
             
                $Canvas$pushMapDataList(value: MapDTO | null | undefined): void;
         | 
| 320 320 | 
             
                /**
         | 
| 321 | 
            -
                 *  | 
| 321 | 
            +
                 * 画布--往状态数据列尾插入一个数据.
         | 
| 322 322 | 
             
                 *
         | 
| 323 323 | 
             
                 * @param value 要插入的数据.
         | 
| 324 324 | 
             
                 */
         | 
| @@ -333,13 +333,13 @@ export interface IKgCircleVisStoreActions { | |
| 333 333 | 
             
                $Canvas$setStatusIsRequesting(value: boolean | null | undefined): void;
         | 
| 334 334 | 
             
                $Setting$setIsVisible(value: boolean | null | undefined): void;
         | 
| 335 335 | 
             
                /**
         | 
| 336 | 
            -
                 *  | 
| 336 | 
            +
                 * 标签页--从标签页列表中删除某个小车.
         | 
| 337 337 | 
             
                 *
         | 
| 338 338 | 
             
                 * @param value 要删除的小车.
         | 
| 339 339 | 
             
                 */
         | 
| 340 340 | 
             
                $Tab$deleteRgv(value: StatusRgvVO | null | undefined): void;
         | 
| 341 341 | 
             
                /**
         | 
| 342 | 
            -
                 * <p | 
| 342 | 
            +
                 * <p>标签页--插入小车列表.</p>
         | 
| 343 343 | 
             
                 * <p>如果某个小车已经存在标签页列表中, 则不插入.</p>
         | 
| 344 344 | 
             
                 * <p>插入完成后, 将新插入的小车列表中的第一个小车的标签页激活.</p>
         | 
| 345 345 | 
             
                 *
         | 
| @@ -348,7 +348,7 @@ export interface IKgCircleVisStoreActions { | |
| 348 348 | 
             
                $Tab$insertRgvList(value: Array<StatusRgvVO> | null | undefined): void;
         | 
| 349 349 | 
             
                $Tab$setActiveKey(value: string | number | null | undefined): void;
         | 
| 350 350 | 
             
                $Tab$setRgvList(value: Array<StatusRgvVO> | null | undefined): void;
         | 
| 351 | 
            -
                 | 
| 352 | 
            -
                setProps(value:  | 
| 351 | 
            +
                set$graph(value: Q.Graph | null | undefined): void;
         | 
| 352 | 
            +
                setProps(value: IKgCircularShuttleMonitorProps | null | undefined): void;
         | 
| 353 353 | 
             
            }
         | 
| 354 | 
            -
            export declare const  | 
| 354 | 
            +
            export declare const useKgCircularShuttleMonitorStore: KgStoreDefinition<IKgCircularShuttleMonitorStoreGetters, IKgCircularShuttleMonitorStoreActions>;
         | 
| @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            import { ExtractPropTypes } from 'vue';
         | 
| 2 2 | 
             
            import './KgForm.less';
         | 
| 3 3 | 
             
            export declare const getProps: () => {
         | 
| 4 | 
            -
                layout: import("vue").PropType<" | 
| 4 | 
            +
                layout: import("vue").PropType<"inline" | "horizontal" | "vertical">;
         | 
| 5 5 | 
             
                labelCol: {
         | 
| 6 6 | 
             
                    type: import("vue").PropType<Partial<ExtractPropTypes<{
         | 
| 7 | 
            -
                        span: ( | 
| 8 | 
            -
                        order: ( | 
| 9 | 
            -
                        offset: ( | 
| 10 | 
            -
                        push: ( | 
| 11 | 
            -
                        pull: ( | 
| 7 | 
            +
                        span: (NumberConstructor | StringConstructor)[];
         | 
| 8 | 
            +
                        order: (NumberConstructor | StringConstructor)[];
         | 
| 9 | 
            +
                        offset: (NumberConstructor | StringConstructor)[];
         | 
| 10 | 
            +
                        push: (NumberConstructor | StringConstructor)[];
         | 
| 11 | 
            +
                        pull: (NumberConstructor | StringConstructor)[];
         | 
| 12 12 | 
             
                        xs: {
         | 
| 13 13 | 
             
                            type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
         | 
| 14 14 | 
             
                            default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| @@ -38,16 +38,16 @@ export declare const getProps: () => { | |
| 38 38 | 
             
                            default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| 39 39 | 
             
                        };
         | 
| 40 40 | 
             
                        prefixCls: StringConstructor;
         | 
| 41 | 
            -
                        flex: ( | 
| 41 | 
            +
                        flex: (NumberConstructor | StringConstructor)[];
         | 
| 42 42 | 
             
                    }>> & import("vue").HTMLAttributes>;
         | 
| 43 43 | 
             
                };
         | 
| 44 44 | 
             
                wrapperCol: {
         | 
| 45 45 | 
             
                    type: import("vue").PropType<Partial<ExtractPropTypes<{
         | 
| 46 | 
            -
                        span: ( | 
| 47 | 
            -
                        order: ( | 
| 48 | 
            -
                        offset: ( | 
| 49 | 
            -
                        push: ( | 
| 50 | 
            -
                        pull: ( | 
| 46 | 
            +
                        span: (NumberConstructor | StringConstructor)[];
         | 
| 47 | 
            +
                        order: (NumberConstructor | StringConstructor)[];
         | 
| 48 | 
            +
                        offset: (NumberConstructor | StringConstructor)[];
         | 
| 49 | 
            +
                        push: (NumberConstructor | StringConstructor)[];
         | 
| 50 | 
            +
                        pull: (NumberConstructor | StringConstructor)[];
         | 
| 51 51 | 
             
                        xs: {
         | 
| 52 52 | 
             
                            type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
         | 
| 53 53 | 
             
                            default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| @@ -77,7 +77,7 @@ export declare const getProps: () => { | |
| 77 77 | 
             
                            default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| 78 78 | 
             
                        };
         | 
| 79 79 | 
             
                        prefixCls: StringConstructor;
         | 
| 80 | 
            -
                        flex: ( | 
| 80 | 
            +
                        flex: (NumberConstructor | StringConstructor)[];
         | 
| 81 81 | 
             
                    }>> & import("vue").HTMLAttributes>;
         | 
| 82 82 | 
             
                };
         | 
| 83 83 | 
             
                colon: {
         | 
| @@ -137,14 +137,14 @@ export declare const getProps: () => { | |
| 137 137 | 
             
            };
         | 
| 138 138 | 
             
            export declare type IKgFormProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
         | 
| 139 139 | 
             
            declare const _default: import("vue").DefineComponent<{
         | 
| 140 | 
            -
                layout: import("vue").PropType<" | 
| 140 | 
            +
                layout: import("vue").PropType<"inline" | "horizontal" | "vertical">;
         | 
| 141 141 | 
             
                labelCol: {
         | 
| 142 142 | 
             
                    type: import("vue").PropType<Partial<ExtractPropTypes<{
         | 
| 143 | 
            -
                        span: ( | 
| 144 | 
            -
                        order: ( | 
| 145 | 
            -
                        offset: ( | 
| 146 | 
            -
                        push: ( | 
| 147 | 
            -
                        pull: ( | 
| 143 | 
            +
                        span: (NumberConstructor | StringConstructor)[];
         | 
| 144 | 
            +
                        order: (NumberConstructor | StringConstructor)[];
         | 
| 145 | 
            +
                        offset: (NumberConstructor | StringConstructor)[];
         | 
| 146 | 
            +
                        push: (NumberConstructor | StringConstructor)[];
         | 
| 147 | 
            +
                        pull: (NumberConstructor | StringConstructor)[];
         | 
| 148 148 | 
             
                        xs: {
         | 
| 149 149 | 
             
                            type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
         | 
| 150 150 | 
             
                            default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| @@ -174,16 +174,16 @@ declare const _default: import("vue").DefineComponent<{ | |
| 174 174 | 
             
                            default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| 175 175 | 
             
                        };
         | 
| 176 176 | 
             
                        prefixCls: StringConstructor;
         | 
| 177 | 
            -
                        flex: ( | 
| 177 | 
            +
                        flex: (NumberConstructor | StringConstructor)[];
         | 
| 178 178 | 
             
                    }>> & import("vue").HTMLAttributes>;
         | 
| 179 179 | 
             
                };
         | 
| 180 180 | 
             
                wrapperCol: {
         | 
| 181 181 | 
             
                    type: import("vue").PropType<Partial<ExtractPropTypes<{
         | 
| 182 | 
            -
                        span: ( | 
| 183 | 
            -
                        order: ( | 
| 184 | 
            -
                        offset: ( | 
| 185 | 
            -
                        push: ( | 
| 186 | 
            -
                        pull: ( | 
| 182 | 
            +
                        span: (NumberConstructor | StringConstructor)[];
         | 
| 183 | 
            +
                        order: (NumberConstructor | StringConstructor)[];
         | 
| 184 | 
            +
                        offset: (NumberConstructor | StringConstructor)[];
         | 
| 185 | 
            +
                        push: (NumberConstructor | StringConstructor)[];
         | 
| 186 | 
            +
                        pull: (NumberConstructor | StringConstructor)[];
         | 
| 187 187 | 
             
                        xs: {
         | 
| 188 188 | 
             
                            type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
         | 
| 189 189 | 
             
                            default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| @@ -213,7 +213,7 @@ declare const _default: import("vue").DefineComponent<{ | |
| 213 213 | 
             
                            default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| 214 214 | 
             
                        };
         | 
| 215 215 | 
             
                        prefixCls: StringConstructor;
         | 
| 216 | 
            -
                        flex: ( | 
| 216 | 
            +
                        flex: (NumberConstructor | StringConstructor)[];
         | 
| 217 217 | 
             
                    }>> & import("vue").HTMLAttributes>;
         | 
| 218 218 | 
             
                };
         | 
| 219 219 | 
             
                colon: {
         | 
| @@ -271,14 +271,14 @@ declare const _default: import("vue").DefineComponent<{ | |
| 271 271 | 
             
                    type: import("vue").PropType<((name: string | number | string[] | number[], status: boolean, errors: string[] | null) => void) | undefined>;
         | 
| 272 272 | 
             
                };
         | 
| 273 273 | 
             
            }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
         | 
| 274 | 
            -
                layout: import("vue").PropType<" | 
| 274 | 
            +
                layout: import("vue").PropType<"inline" | "horizontal" | "vertical">;
         | 
| 275 275 | 
             
                labelCol: {
         | 
| 276 276 | 
             
                    type: import("vue").PropType<Partial<ExtractPropTypes<{
         | 
| 277 | 
            -
                        span: ( | 
| 278 | 
            -
                        order: ( | 
| 279 | 
            -
                        offset: ( | 
| 280 | 
            -
                        push: ( | 
| 281 | 
            -
                        pull: ( | 
| 277 | 
            +
                        span: (NumberConstructor | StringConstructor)[];
         | 
| 278 | 
            +
                        order: (NumberConstructor | StringConstructor)[];
         | 
| 279 | 
            +
                        offset: (NumberConstructor | StringConstructor)[];
         | 
| 280 | 
            +
                        push: (NumberConstructor | StringConstructor)[];
         | 
| 281 | 
            +
                        pull: (NumberConstructor | StringConstructor)[];
         | 
| 282 282 | 
             
                        xs: {
         | 
| 283 283 | 
             
                            type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
         | 
| 284 284 | 
             
                            default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| @@ -308,16 +308,16 @@ declare const _default: import("vue").DefineComponent<{ | |
| 308 308 | 
             
                            default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| 309 309 | 
             
                        };
         | 
| 310 310 | 
             
                        prefixCls: StringConstructor;
         | 
| 311 | 
            -
                        flex: ( | 
| 311 | 
            +
                        flex: (NumberConstructor | StringConstructor)[];
         | 
| 312 312 | 
             
                    }>> & import("vue").HTMLAttributes>;
         | 
| 313 313 | 
             
                };
         | 
| 314 314 | 
             
                wrapperCol: {
         | 
| 315 315 | 
             
                    type: import("vue").PropType<Partial<ExtractPropTypes<{
         | 
| 316 | 
            -
                        span: ( | 
| 317 | 
            -
                        order: ( | 
| 318 | 
            -
                        offset: ( | 
| 319 | 
            -
                        push: ( | 
| 320 | 
            -
                        pull: ( | 
| 316 | 
            +
                        span: (NumberConstructor | StringConstructor)[];
         | 
| 317 | 
            +
                        order: (NumberConstructor | StringConstructor)[];
         | 
| 318 | 
            +
                        offset: (NumberConstructor | StringConstructor)[];
         | 
| 319 | 
            +
                        push: (NumberConstructor | StringConstructor)[];
         | 
| 320 | 
            +
                        pull: (NumberConstructor | StringConstructor)[];
         | 
| 321 321 | 
             
                        xs: {
         | 
| 322 322 | 
             
                            type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
         | 
| 323 323 | 
             
                            default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| @@ -347,7 +347,7 @@ declare const _default: import("vue").DefineComponent<{ | |
| 347 347 | 
             
                            default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| 348 348 | 
             
                        };
         | 
| 349 349 | 
             
                        prefixCls: StringConstructor;
         | 
| 350 | 
            -
                        flex: ( | 
| 350 | 
            +
                        flex: (NumberConstructor | StringConstructor)[];
         | 
| 351 351 | 
             
                    }>> & import("vue").HTMLAttributes>;
         | 
| 352 352 | 
             
                };
         | 
| 353 353 | 
             
                colon: {
         | 
| @@ -10,14 +10,14 @@ declare const _default: { | |
| 10 10 | 
             
                        validateMessages: import("ant-design-vue/es/form/interface").ValidateMessages;
         | 
| 11 11 | 
             
                        validateOnRuleChange: boolean;
         | 
| 12 12 | 
             
                    }> & Omit<Readonly<import("vue").ExtractPropTypes<{
         | 
| 13 | 
            -
                        layout: import("vue").PropType<" | 
| 13 | 
            +
                        layout: import("vue").PropType<"inline" | "horizontal" | "vertical">;
         | 
| 14 14 | 
             
                        labelCol: {
         | 
| 15 15 | 
             
                            type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
         | 
| 16 | 
            -
                                span: ( | 
| 17 | 
            -
                                order: ( | 
| 18 | 
            -
                                offset: ( | 
| 19 | 
            -
                                push: ( | 
| 20 | 
            -
                                pull: ( | 
| 16 | 
            +
                                span: (NumberConstructor | StringConstructor)[];
         | 
| 17 | 
            +
                                order: (NumberConstructor | StringConstructor)[];
         | 
| 18 | 
            +
                                offset: (NumberConstructor | StringConstructor)[];
         | 
| 19 | 
            +
                                push: (NumberConstructor | StringConstructor)[];
         | 
| 20 | 
            +
                                pull: (NumberConstructor | StringConstructor)[];
         | 
| 21 21 | 
             
                                xs: {
         | 
| 22 22 | 
             
                                    type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
         | 
| 23 23 | 
             
                                    default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| @@ -47,16 +47,16 @@ declare const _default: { | |
| 47 47 | 
             
                                    default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| 48 48 | 
             
                                };
         | 
| 49 49 | 
             
                                prefixCls: StringConstructor;
         | 
| 50 | 
            -
                                flex: ( | 
| 50 | 
            +
                                flex: (NumberConstructor | StringConstructor)[];
         | 
| 51 51 | 
             
                            }>> & import("vue").HTMLAttributes>;
         | 
| 52 52 | 
             
                        };
         | 
| 53 53 | 
             
                        wrapperCol: {
         | 
| 54 54 | 
             
                            type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
         | 
| 55 | 
            -
                                span: ( | 
| 56 | 
            -
                                order: ( | 
| 57 | 
            -
                                offset: ( | 
| 58 | 
            -
                                push: ( | 
| 59 | 
            -
                                pull: ( | 
| 55 | 
            +
                                span: (NumberConstructor | StringConstructor)[];
         | 
| 56 | 
            +
                                order: (NumberConstructor | StringConstructor)[];
         | 
| 57 | 
            +
                                offset: (NumberConstructor | StringConstructor)[];
         | 
| 58 | 
            +
                                push: (NumberConstructor | StringConstructor)[];
         | 
| 59 | 
            +
                                pull: (NumberConstructor | StringConstructor)[];
         | 
| 60 60 | 
             
                                xs: {
         | 
| 61 61 | 
             
                                    type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
         | 
| 62 62 | 
             
                                    default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| @@ -86,7 +86,7 @@ declare const _default: { | |
| 86 86 | 
             
                                    default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| 87 87 | 
             
                                };
         | 
| 88 88 | 
             
                                prefixCls: StringConstructor;
         | 
| 89 | 
            -
                                flex: ( | 
| 89 | 
            +
                                flex: (NumberConstructor | StringConstructor)[];
         | 
| 90 90 | 
             
                            }>> & import("vue").HTMLAttributes>;
         | 
| 91 91 | 
             
                        };
         | 
| 92 92 | 
             
                        colon: {
         | 
| @@ -158,14 +158,14 @@ declare const _default: { | |
| 158 158 | 
             
                    $emit: (event: string, ...args: any[]) => void;
         | 
| 159 159 | 
             
                    $el: any;
         | 
| 160 160 | 
             
                    $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
         | 
| 161 | 
            -
                        layout: import("vue").PropType<" | 
| 161 | 
            +
                        layout: import("vue").PropType<"inline" | "horizontal" | "vertical">;
         | 
| 162 162 | 
             
                        labelCol: {
         | 
| 163 163 | 
             
                            type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
         | 
| 164 | 
            -
                                span: ( | 
| 165 | 
            -
                                order: ( | 
| 166 | 
            -
                                offset: ( | 
| 167 | 
            -
                                push: ( | 
| 168 | 
            -
                                pull: ( | 
| 164 | 
            +
                                span: (NumberConstructor | StringConstructor)[];
         | 
| 165 | 
            +
                                order: (NumberConstructor | StringConstructor)[];
         | 
| 166 | 
            +
                                offset: (NumberConstructor | StringConstructor)[];
         | 
| 167 | 
            +
                                push: (NumberConstructor | StringConstructor)[];
         | 
| 168 | 
            +
                                pull: (NumberConstructor | StringConstructor)[];
         | 
| 169 169 | 
             
                                xs: {
         | 
| 170 170 | 
             
                                    type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
         | 
| 171 171 | 
             
                                    default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| @@ -195,16 +195,16 @@ declare const _default: { | |
| 195 195 | 
             
                                    default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| 196 196 | 
             
                                };
         | 
| 197 197 | 
             
                                prefixCls: StringConstructor;
         | 
| 198 | 
            -
                                flex: ( | 
| 198 | 
            +
                                flex: (NumberConstructor | StringConstructor)[];
         | 
| 199 199 | 
             
                            }>> & import("vue").HTMLAttributes>;
         | 
| 200 200 | 
             
                        };
         | 
| 201 201 | 
             
                        wrapperCol: {
         | 
| 202 202 | 
             
                            type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
         | 
| 203 | 
            -
                                span: ( | 
| 204 | 
            -
                                order: ( | 
| 205 | 
            -
                                offset: ( | 
| 206 | 
            -
                                push: ( | 
| 207 | 
            -
                                pull: ( | 
| 203 | 
            +
                                span: (NumberConstructor | StringConstructor)[];
         | 
| 204 | 
            +
                                order: (NumberConstructor | StringConstructor)[];
         | 
| 205 | 
            +
                                offset: (NumberConstructor | StringConstructor)[];
         | 
| 206 | 
            +
                                push: (NumberConstructor | StringConstructor)[];
         | 
| 207 | 
            +
                                pull: (NumberConstructor | StringConstructor)[];
         | 
| 208 208 | 
             
                                xs: {
         | 
| 209 209 | 
             
                                    type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
         | 
| 210 210 | 
             
                                    default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| @@ -234,7 +234,7 @@ declare const _default: { | |
| 234 234 | 
             
                                    default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| 235 235 | 
             
                                };
         | 
| 236 236 | 
             
                                prefixCls: StringConstructor;
         | 
| 237 | 
            -
                                flex: ( | 
| 237 | 
            +
                                flex: (NumberConstructor | StringConstructor)[];
         | 
| 238 238 | 
             
                            }>> & import("vue").HTMLAttributes>;
         | 
| 239 239 | 
             
                        };
         | 
| 240 240 | 
             
                        colon: {
         | 
| @@ -318,14 +318,14 @@ declare const _default: { | |
| 318 318 | 
             
                    $nextTick: typeof import("vue").nextTick;
         | 
| 319 319 | 
             
                    $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
         | 
| 320 320 | 
             
                } & Readonly<import("vue").ExtractPropTypes<{
         | 
| 321 | 
            -
                    layout: import("vue").PropType<" | 
| 321 | 
            +
                    layout: import("vue").PropType<"inline" | "horizontal" | "vertical">;
         | 
| 322 322 | 
             
                    labelCol: {
         | 
| 323 323 | 
             
                        type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
         | 
| 324 | 
            -
                            span: ( | 
| 325 | 
            -
                            order: ( | 
| 326 | 
            -
                            offset: ( | 
| 327 | 
            -
                            push: ( | 
| 328 | 
            -
                            pull: ( | 
| 324 | 
            +
                            span: (NumberConstructor | StringConstructor)[];
         | 
| 325 | 
            +
                            order: (NumberConstructor | StringConstructor)[];
         | 
| 326 | 
            +
                            offset: (NumberConstructor | StringConstructor)[];
         | 
| 327 | 
            +
                            push: (NumberConstructor | StringConstructor)[];
         | 
| 328 | 
            +
                            pull: (NumberConstructor | StringConstructor)[];
         | 
| 329 329 | 
             
                            xs: {
         | 
| 330 330 | 
             
                                type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
         | 
| 331 331 | 
             
                                default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| @@ -355,16 +355,16 @@ declare const _default: { | |
| 355 355 | 
             
                                default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| 356 356 | 
             
                            };
         | 
| 357 357 | 
             
                            prefixCls: StringConstructor;
         | 
| 358 | 
            -
                            flex: ( | 
| 358 | 
            +
                            flex: (NumberConstructor | StringConstructor)[];
         | 
| 359 359 | 
             
                        }>> & import("vue").HTMLAttributes>;
         | 
| 360 360 | 
             
                    };
         | 
| 361 361 | 
             
                    wrapperCol: {
         | 
| 362 362 | 
             
                        type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
         | 
| 363 | 
            -
                            span: ( | 
| 364 | 
            -
                            order: ( | 
| 365 | 
            -
                            offset: ( | 
| 366 | 
            -
                            push: ( | 
| 367 | 
            -
                            pull: ( | 
| 363 | 
            +
                            span: (NumberConstructor | StringConstructor)[];
         | 
| 364 | 
            +
                            order: (NumberConstructor | StringConstructor)[];
         | 
| 365 | 
            +
                            offset: (NumberConstructor | StringConstructor)[];
         | 
| 366 | 
            +
                            push: (NumberConstructor | StringConstructor)[];
         | 
| 367 | 
            +
                            pull: (NumberConstructor | StringConstructor)[];
         | 
| 368 368 | 
             
                            xs: {
         | 
| 369 369 | 
             
                                type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
         | 
| 370 370 | 
             
                                default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| @@ -394,7 +394,7 @@ declare const _default: { | |
| 394 394 | 
             
                                default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| 395 395 | 
             
                            };
         | 
| 396 396 | 
             
                            prefixCls: StringConstructor;
         | 
| 397 | 
            -
                            flex: ( | 
| 397 | 
            +
                            flex: (NumberConstructor | StringConstructor)[];
         | 
| 398 398 | 
             
                        }>> & import("vue").HTMLAttributes>;
         | 
| 399 399 | 
             
                    };
         | 
| 400 400 | 
             
                    colon: {
         | 
| @@ -456,14 +456,14 @@ declare const _default: { | |
| 456 456 | 
             
                __isTeleport?: undefined;
         | 
| 457 457 | 
             
                __isSuspense?: undefined;
         | 
| 458 458 | 
             
            } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
         | 
| 459 | 
            -
                layout: import("vue").PropType<" | 
| 459 | 
            +
                layout: import("vue").PropType<"inline" | "horizontal" | "vertical">;
         | 
| 460 460 | 
             
                labelCol: {
         | 
| 461 461 | 
             
                    type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
         | 
| 462 | 
            -
                        span: ( | 
| 463 | 
            -
                        order: ( | 
| 464 | 
            -
                        offset: ( | 
| 465 | 
            -
                        push: ( | 
| 466 | 
            -
                        pull: ( | 
| 462 | 
            +
                        span: (NumberConstructor | StringConstructor)[];
         | 
| 463 | 
            +
                        order: (NumberConstructor | StringConstructor)[];
         | 
| 464 | 
            +
                        offset: (NumberConstructor | StringConstructor)[];
         | 
| 465 | 
            +
                        push: (NumberConstructor | StringConstructor)[];
         | 
| 466 | 
            +
                        pull: (NumberConstructor | StringConstructor)[];
         | 
| 467 467 | 
             
                        xs: {
         | 
| 468 468 | 
             
                            type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
         | 
| 469 469 | 
             
                            default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| @@ -493,16 +493,16 @@ declare const _default: { | |
| 493 493 | 
             
                            default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| 494 494 | 
             
                        };
         | 
| 495 495 | 
             
                        prefixCls: StringConstructor;
         | 
| 496 | 
            -
                        flex: ( | 
| 496 | 
            +
                        flex: (NumberConstructor | StringConstructor)[];
         | 
| 497 497 | 
             
                    }>> & import("vue").HTMLAttributes>;
         | 
| 498 498 | 
             
                };
         | 
| 499 499 | 
             
                wrapperCol: {
         | 
| 500 500 | 
             
                    type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
         | 
| 501 | 
            -
                        span: ( | 
| 502 | 
            -
                        order: ( | 
| 503 | 
            -
                        offset: ( | 
| 504 | 
            -
                        push: ( | 
| 505 | 
            -
                        pull: ( | 
| 501 | 
            +
                        span: (NumberConstructor | StringConstructor)[];
         | 
| 502 | 
            +
                        order: (NumberConstructor | StringConstructor)[];
         | 
| 503 | 
            +
                        offset: (NumberConstructor | StringConstructor)[];
         | 
| 504 | 
            +
                        push: (NumberConstructor | StringConstructor)[];
         | 
| 505 | 
            +
                        pull: (NumberConstructor | StringConstructor)[];
         | 
| 506 506 | 
             
                        xs: {
         | 
| 507 507 | 
             
                            type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
         | 
| 508 508 | 
             
                            default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| @@ -532,7 +532,7 @@ declare const _default: { | |
| 532 532 | 
             
                            default: string | number | import("ant-design-vue/lib/grid").ColSize;
         | 
| 533 533 | 
             
                        };
         | 
| 534 534 | 
             
                        prefixCls: StringConstructor;
         | 
| 535 | 
            -
                        flex: ( | 
| 535 | 
            +
                        flex: (NumberConstructor | StringConstructor)[];
         | 
| 536 536 | 
             
                    }>> & import("vue").HTMLAttributes>;
         | 
| 537 537 | 
             
                };
         | 
| 538 538 | 
             
                colon: {
         |