aochen-ui 0.1.16 → 0.1.17
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/lib/AochenUI.umd.js
CHANGED
|
@@ -21614,7 +21614,7 @@ module.exports = DESCRIPTORS ? function (object, key, value) {
|
|
|
21614
21614
|
/***/ "9224":
|
|
21615
21615
|
/***/ (function(module) {
|
|
21616
21616
|
|
|
21617
|
-
module.exports = JSON.parse("{\"name\":\"aochen-ui\",\"version\":\"0.1.
|
|
21617
|
+
module.exports = JSON.parse("{\"name\":\"aochen-ui\",\"version\":\"0.1.17\",\"private\":false,\"main\":\"lib/AochenUI.umd.min.js\",\"style\":\"lib/AochenUI.css\",\"scripts\":{\"serve\":\"vue-cli-service serve\",\"build\":\"vue-cli-service build\",\"lint\":\"vue-cli-service lint\",\"build:pkg\":\"vue-cli-service build --target lib --dest lib packages/index.js --name AochenUI\",\"dev:pkg\":\"vue-cli-service build --target lib --dest lib packages/index.js --name AochenUI --watch\"},\"dependencies\":{\"core-js\":\"^3.6.5\",\"element-ui\":\"^2.15.4\",\"highlight.js\":\"^11.2.0\",\"jodit\":\"^3.7.2\",\"vue\":\"^2.6.11\",\"vue-router\":\"^3.2.0\",\"vuex\":\"^3.4.0\",\"xss\":\"^1.0.9\"},\"devDependencies\":{\"@vue/cli-plugin-babel\":\"~4.5.0\",\"@vue/cli-plugin-eslint\":\"~4.5.0\",\"@vue/cli-plugin-router\":\"~4.5.0\",\"@vue/cli-plugin-vuex\":\"~4.5.0\",\"@vue/cli-service\":\"~4.5.0\",\"@vue/eslint-config-prettier\":\"^6.0.0\",\"babel-eslint\":\"^10.1.0\",\"eslint\":\"^6.7.2\",\"eslint-plugin-prettier\":\"^3.3.1\",\"eslint-plugin-vue\":\"^6.2.2\",\"prettier\":\"^2.2.1\",\"sass\":\"^1.37.5\",\"sass-loader\":\"8.0.2\",\"vue-template-compiler\":\"^2.6.11\",\"vue-virtual-scroller\":\"^1.0.10\"},\"files\":[\"lib\"]}");
|
|
21618
21618
|
|
|
21619
21619
|
/***/ }),
|
|
21620
21620
|
|
|
@@ -27081,15 +27081,6 @@ function dialogDrag(Vue) {
|
|
|
27081
27081
|
document.onmouseup = null;
|
|
27082
27082
|
};
|
|
27083
27083
|
};
|
|
27084
|
-
},
|
|
27085
|
-
update: function update(el, binding) {
|
|
27086
|
-
var dialogHeaderEl = el.querySelector(".el-dialog__header");
|
|
27087
|
-
|
|
27088
|
-
if (binding.value === false) {
|
|
27089
|
-
dialogHeaderEl.style.cursor = "default";
|
|
27090
|
-
} else {
|
|
27091
|
-
dialogHeaderEl.style.cursor = "move";
|
|
27092
|
-
}
|
|
27093
27084
|
}
|
|
27094
27085
|
});
|
|
27095
27086
|
}
|