@kengic/vue 0.30.1-beta.15 → 0.30.1-beta.16
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/dist/kengic-vue.js
CHANGED
|
@@ -164623,7 +164623,7 @@ function _interopRequireDefault(ae) {
|
|
|
164623
164623
|
return ae && ae.__esModule ? ae : { default: ae };
|
|
164624
164624
|
}
|
|
164625
164625
|
default_1 = zhTW.default = _zhCHT.default;
|
|
164626
|
-
const version = "0.30.1-beta.
|
|
164626
|
+
const version = "0.30.1-beta.16", KG__DI__ID = Symbol("KG__DI__ID"), KG__DI__FORM_ID = Symbol("KG__DI__FORM_ID"), KG__DI__VAR_CONFIG_LOOKUP__HOST_FORM_ID = Symbol("KG__DI__VAR_CONFIG_LOOKUP__HOST_FORM_ID"), KG__DI__KG_FORM_ITEM__VAR_NAME = Symbol("KG__DI__KG_FORM_ITEM__VAR_NAME"), KG__DI__VAR_CONFIG_LOOKUP__LOOKUP_ID = Symbol("KG__DI__VAR_CONFIG_LOOKUP__LOOKUP_ID"), KG_CONST = {
|
|
164627
164627
|
DB_COLUMN_TYPE: {
|
|
164628
164628
|
NCHAR: "NCHAR",
|
|
164629
164629
|
NVARCHAR: "NVARCHAR"
|
|
@@ -204108,74 +204108,105 @@ withNoopInstall(MenuItemGroup);
|
|
|
204108
204108
|
const ElSubMenu = withNoopInstall(SubMenu), KgSimulatorMenu = defineComponent({
|
|
204109
204109
|
name: "KgSimulatorMenu",
|
|
204110
204110
|
setup() {
|
|
204111
|
+
function ae(oe) {
|
|
204112
|
+
oe.preventDefault(), oe.stopPropagation();
|
|
204113
|
+
}
|
|
204111
204114
|
return () => createVNode("div", {
|
|
204112
204115
|
class: "kg-simulator--menu",
|
|
204113
|
-
onContextmenu:
|
|
204114
|
-
ae.preventDefault(), ae.stopPropagation();
|
|
204115
|
-
}
|
|
204116
|
+
onContextmenu: ae
|
|
204116
204117
|
}, [createVNode(ElMenu, {
|
|
204117
|
-
mode: "horizontal"
|
|
204118
|
+
mode: "horizontal",
|
|
204119
|
+
menuTrigger: "click",
|
|
204120
|
+
collapseTransition: !1,
|
|
204121
|
+
uniqueOpened: !0,
|
|
204122
|
+
closeOnClickOutside: !0,
|
|
204123
|
+
showTimeout: 0,
|
|
204124
|
+
hideTimeout: 0,
|
|
204125
|
+
popperOffset: 2,
|
|
204126
|
+
popperClass: "kg-simulator--menu--popup",
|
|
204127
|
+
onContextmenu: ae
|
|
204118
204128
|
}, {
|
|
204119
204129
|
default: () => [createVNode(ElSubMenu, {
|
|
204120
|
-
index: "scene"
|
|
204130
|
+
index: "scene",
|
|
204131
|
+
collapseCloseIcon: () => null,
|
|
204132
|
+
collapseOpenIcon: () => null,
|
|
204133
|
+
expandCloseIcon: () => null,
|
|
204134
|
+
expandOpenIcon: () => null
|
|
204121
204135
|
}, {
|
|
204122
|
-
default: () =>
|
|
204123
|
-
index: "scene.open"
|
|
204136
|
+
default: () => createVNode(Fragment, null, [createVNode(ElMenuItem, {
|
|
204137
|
+
index: "scene.open",
|
|
204138
|
+
onContextmenu: ae
|
|
204124
204139
|
}, {
|
|
204125
204140
|
default: () => [createTextVNode("\u6253\u5F00")]
|
|
204126
204141
|
}), createVNode(ElMenuItem, {
|
|
204127
|
-
index: "scene.create"
|
|
204142
|
+
index: "scene.create",
|
|
204143
|
+
onContextmenu: ae
|
|
204128
204144
|
}, {
|
|
204129
204145
|
default: () => [createTextVNode("\u65B0\u5EFA")]
|
|
204130
204146
|
}), createVNode(ElMenuItem, {
|
|
204131
|
-
index: "scene.save"
|
|
204147
|
+
index: "scene.save",
|
|
204148
|
+
onContextmenu: ae
|
|
204132
204149
|
}, {
|
|
204133
204150
|
default: () => [createTextVNode("\u4FDD\u5B58")]
|
|
204134
204151
|
}), createVNode(ElMenuItem, {
|
|
204135
|
-
index: "scene.save-as"
|
|
204152
|
+
index: "scene.save-as",
|
|
204153
|
+
onContextmenu: ae
|
|
204136
204154
|
}, {
|
|
204137
204155
|
default: () => [createTextVNode("\u53E6\u5B58...")]
|
|
204138
|
-
}),
|
|
204139
|
-
|
|
204140
|
-
}, {
|
|
204141
|
-
default: () => [createTextVNode("item four"), createVNode(ElMenuItem, {
|
|
204142
|
-
index: "2-4-1"
|
|
204143
|
-
}, {
|
|
204144
|
-
default: () => [createTextVNode("item one")]
|
|
204145
|
-
}), createVNode(ElMenuItem, {
|
|
204146
|
-
index: "2-4-2"
|
|
204147
|
-
}, {
|
|
204148
|
-
default: () => [createTextVNode("item two")]
|
|
204149
|
-
}), createVNode(ElMenuItem, {
|
|
204150
|
-
index: "2-4-3"
|
|
204151
|
-
}, {
|
|
204152
|
-
default: () => [createTextVNode("item three")]
|
|
204153
|
-
})]
|
|
204154
|
-
})]
|
|
204156
|
+
})]),
|
|
204157
|
+
title: () => "\u573A\u666F"
|
|
204155
204158
|
}), createVNode(ElSubMenu, {
|
|
204156
|
-
index: "view"
|
|
204159
|
+
index: "view",
|
|
204160
|
+
collapseCloseIcon: () => null,
|
|
204161
|
+
collapseOpenIcon: () => null,
|
|
204162
|
+
expandCloseIcon: () => null,
|
|
204163
|
+
expandOpenIcon: () => null
|
|
204157
204164
|
}, {
|
|
204158
|
-
default: () =>
|
|
204159
|
-
index: "view.panel"
|
|
204165
|
+
default: () => createVNode(Fragment, null, [createVNode(ElSubMenu, {
|
|
204166
|
+
index: "view.panel",
|
|
204167
|
+
collapseCloseIcon: () => createVNode(Icon$3, {
|
|
204168
|
+
icon: "ant-design:caret-right-outlined"
|
|
204169
|
+
}, null),
|
|
204170
|
+
collapseOpenIcon: () => createVNode(Icon$3, {
|
|
204171
|
+
icon: "ant-design:caret-right-outlined"
|
|
204172
|
+
}, null),
|
|
204173
|
+
expandCloseIcon: () => createVNode(Icon$3, {
|
|
204174
|
+
icon: "ant-design:caret-right-outlined"
|
|
204175
|
+
}, null),
|
|
204176
|
+
expandOpenIcon: () => createVNode(Icon$3, {
|
|
204177
|
+
icon: "ant-design:caret-right-outlined"
|
|
204178
|
+
}, null)
|
|
204160
204179
|
}, {
|
|
204161
|
-
default: () =>
|
|
204162
|
-
index: "view.panel.prefab"
|
|
204180
|
+
default: () => createVNode(Fragment, null, [createVNode(ElMenuItem, {
|
|
204181
|
+
index: "view.panel.prefab",
|
|
204182
|
+
onContextmenu: ae
|
|
204163
204183
|
}, {
|
|
204164
204184
|
default: () => [createTextVNode("\u9884\u5236\u7EC4\u4EF6\u9762\u677F")]
|
|
204165
204185
|
}), createVNode(ElMenuItem, {
|
|
204166
|
-
index: "view.panel.property"
|
|
204186
|
+
index: "view.panel.property",
|
|
204187
|
+
onContextmenu: ae
|
|
204167
204188
|
}, {
|
|
204168
204189
|
default: () => [createTextVNode("\u5C5E\u6027\u9762\u677F")]
|
|
204169
|
-
})]
|
|
204170
|
-
|
|
204190
|
+
})]),
|
|
204191
|
+
title: () => createVNode("span", {
|
|
204192
|
+
onContextmenu: ae
|
|
204193
|
+
}, [createTextVNode("\u9762\u677F")])
|
|
204194
|
+
})]),
|
|
204195
|
+
title: () => "\u89C6\u56FE"
|
|
204171
204196
|
}), createVNode(ElSubMenu, {
|
|
204172
|
-
index: "setting"
|
|
204197
|
+
index: "setting",
|
|
204198
|
+
collapseCloseIcon: () => null,
|
|
204199
|
+
collapseOpenIcon: () => null,
|
|
204200
|
+
expandCloseIcon: () => null,
|
|
204201
|
+
expandOpenIcon: () => null
|
|
204173
204202
|
}, {
|
|
204174
|
-
default: () =>
|
|
204175
|
-
index: "setting.todo"
|
|
204203
|
+
default: () => createVNode(Fragment, null, [createVNode(ElMenuItem, {
|
|
204204
|
+
index: "setting.todo",
|
|
204205
|
+
onContextmenu: ae
|
|
204176
204206
|
}, {
|
|
204177
204207
|
default: () => [createTextVNode("TODO")]
|
|
204178
|
-
})]
|
|
204208
|
+
})]),
|
|
204209
|
+
title: () => "\u8BBE\u7F6E"
|
|
204179
204210
|
})]
|
|
204180
204211
|
})]);
|
|
204181
204212
|
}
|
|
@@ -204274,23 +204305,23 @@ const KgSimulator = defineComponent({
|
|
|
204274
204305
|
return () => createVNode("div", {
|
|
204275
204306
|
class: "kg-simulator"
|
|
204276
204307
|
}, [createVNode(KgSimulatorMenu, null, null), createVNode("div", {
|
|
204277
|
-
class: "kg-simulator--
|
|
204308
|
+
class: "kg-simulator--canvas"
|
|
204278
204309
|
}, [createVNode("div", {
|
|
204279
|
-
class: "kg-simulator--
|
|
204310
|
+
class: "kg-simulator--canvas--left"
|
|
204280
204311
|
}, [createVNode("div", {
|
|
204281
|
-
class: "kg-simulator--
|
|
204312
|
+
class: "kg-simulator--canvas--left--toolbar"
|
|
204282
204313
|
}, null), createVNode("div", {
|
|
204283
|
-
class: "kg-simulator--
|
|
204314
|
+
class: "kg-simulator--canvas--left--panel"
|
|
204284
204315
|
}, [createVNode(KgSimulatorPanelPrefab, null, null)])]), createVNode("div", {
|
|
204285
|
-
class: "kg-simulator--
|
|
204316
|
+
class: "kg-simulator--canvas--center"
|
|
204286
204317
|
}, [createVNode(KgCanvas, {
|
|
204287
204318
|
id: ae
|
|
204288
204319
|
}, null)]), createVNode("div", {
|
|
204289
|
-
class: "kg-simulator--
|
|
204320
|
+
class: "kg-simulator--canvas--right"
|
|
204290
204321
|
}, [createVNode("div", {
|
|
204291
|
-
class: "kg-simulator--
|
|
204322
|
+
class: "kg-simulator--canvas--right--toolbar"
|
|
204292
204323
|
}, null), createVNode("div", {
|
|
204293
|
-
class: "kg-simulator--
|
|
204324
|
+
class: "kg-simulator--canvas--right--panel"
|
|
204294
204325
|
}, null)])]), createVNode("div", {
|
|
204295
204326
|
class: "kg-simulator--status"
|
|
204296
204327
|
}, null)]);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* 模拟器--菜单.
|
|
3
3
|
*/
|
|
4
4
|
export declare const KgSimulatorMenu: 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,4 +1,4 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* 模拟器--面板--预制组件.
|
|
3
3
|
*/
|
|
4
4
|
export declare const KgSimulatorPanelPrefab: 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,5 +1,5 @@
|
|
|
1
1
|
import './KgSimulator.css';
|
|
2
2
|
/**
|
|
3
|
-
* 仿真模拟器, 环形输送机模拟器, 环线穿梭车模拟器.
|
|
3
|
+
* 模拟器, 仿真模拟器, 环形输送机模拟器, 环线穿梭车模拟器.
|
|
4
4
|
*/
|
|
5
5
|
export declare const KgSimulator: 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<{}>>, {}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kengic/vue",
|
|
3
|
-
"version": "0.30.1-beta.
|
|
3
|
+
"version": "0.30.1-beta.16",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "npm run use-node && rimraf dist && vue-tsc && vite build",
|
|
6
6
|
"build:dev": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
|