@kengic/vue 0.30.1-beta.10 → 0.30.1-beta.11
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/index.css +1 -1
- package/dist/kengic-vue.js +8 -5
- package/package.json +1 -1
package/dist/kengic-vue.js
CHANGED
|
@@ -164620,7 +164620,7 @@ function _interopRequireDefault(U) {
|
|
|
164620
164620
|
return U && U.__esModule ? U : { default: U };
|
|
164621
164621
|
}
|
|
164622
164622
|
default_1 = zhTW.default = _zhCHT.default;
|
|
164623
|
-
const version = "0.30.1-beta.
|
|
164623
|
+
const version = "0.30.1-beta.11", 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 = {
|
|
164624
164624
|
DB_COLUMN_TYPE: {
|
|
164625
164625
|
NCHAR: "NCHAR",
|
|
164626
164626
|
NVARCHAR: "NVARCHAR"
|
|
@@ -179996,16 +179996,19 @@ const KG__DI__KG_CANVAS_PROPS = Symbol("KG__DI__KG_CANVAS_PROPS"), KG__DI__KG_CA
|
|
|
179996
179996
|
const ue = () => {
|
|
179997
179997
|
var ra, la, ia, ca, da, fa, ma, pa;
|
|
179998
179998
|
const ea = (la = (ra = document.querySelector(`#${G}`)) == null ? void 0 : ra.offsetWidth) != null ? la : 0, ta = (ca = (ia = document.querySelector(`#${G}`)) == null ? void 0 : ia.offsetHeight) != null ? ca : 0, aa = (fa = (da = document.querySelector(`#${G} > .kg-canvas--context-menu`)) == null ? void 0 : da.offsetWidth) != null ? fa : 0, oa = (pa = (ma = document.querySelector(`#${G} > .kg-canvas--context-menu`)) == null ? void 0 : ma.offsetHeight) != null ? pa : 0;
|
|
179999
|
-
ie + aa > ea && (ie = ie - aa), se + oa > ta && (se = se - oa)
|
|
179999
|
+
ie + aa > ea && (ie = ie - aa), se + oa > ta && (se = se - oa), ne.value.left = `${ie}px`, ne.value.top = `${se}px`;
|
|
180000
180000
|
};
|
|
180001
|
-
|
|
180002
|
-
ue()
|
|
180001
|
+
ue(), nextTick().then(() => {
|
|
180002
|
+
ue();
|
|
180003
180003
|
});
|
|
180004
180004
|
}, {
|
|
180005
180005
|
immediate: !0
|
|
180006
180006
|
}), () => createVNode("div", {
|
|
180007
180007
|
class: ae.value,
|
|
180008
|
-
style: ne.value
|
|
180008
|
+
style: ne.value,
|
|
180009
|
+
onContextmenu: (oe) => {
|
|
180010
|
+
oe.preventDefault(), oe.stopPropagation();
|
|
180011
|
+
}
|
|
180009
180012
|
}, [createVNode(Menu$1, {
|
|
180010
180013
|
mode: "vertical",
|
|
180011
180014
|
selectable: !1
|
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.11",
|
|
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",
|