eoss-ui 0.4.26 → 0.4.28
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/eoss-ui.common.js +206 -49
- package/lib/form.js +142 -2
- package/lib/handler.js +5 -7
- package/lib/icon.js +3 -3
- package/lib/index.js +1 -1
- package/lib/login.js +23 -6
- package/lib/theme-chalk/icons.css +1 -0
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/lib/upload.js +10 -8
- package/package.json +1 -1
- package/packages/form/src/main.vue +28 -0
- package/packages/handler/src/main.vue +11 -16
- package/packages/icon/src/main.vue +1 -1
- package/packages/login/src/main.vue +19 -4
- package/packages/theme-chalk/lib/icons.css +1 -0
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/login.css +1 -1
- package/packages/theme-chalk/src/{es-icon.scss → icons.scss} +1 -1
- package/packages/theme-chalk/src/login.scss +3 -0
- package/packages/upload/src/main.vue +7 -3
- package/src/index.js +1 -1
- package/lib/theme-chalk/es-icon.css +0 -1
- package/packages/theme-chalk/lib/es-icon.css +0 -1
package/lib/handler.js
CHANGED
|
@@ -2689,7 +2689,7 @@ module.exports = require("axios");
|
|
|
2689
2689
|
// ESM COMPAT FLAG
|
|
2690
2690
|
__webpack_require__.r(__webpack_exports__);
|
|
2691
2691
|
|
|
2692
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=template&id=
|
|
2692
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=template&id=3cf1aa9e&
|
|
2693
2693
|
var render = function () {
|
|
2694
2694
|
var _vm = this
|
|
2695
2695
|
var _h = _vm.$createElement
|
|
@@ -2864,7 +2864,7 @@ var staticRenderFns = []
|
|
|
2864
2864
|
render._withStripped = true
|
|
2865
2865
|
|
|
2866
2866
|
|
|
2867
|
-
// CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=
|
|
2867
|
+
// CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=3cf1aa9e&
|
|
2868
2868
|
|
|
2869
2869
|
// EXTERNAL MODULE: ./src/config/api.js
|
|
2870
2870
|
var api = __webpack_require__(1);
|
|
@@ -3115,13 +3115,11 @@ var util = __webpack_require__(0);
|
|
|
3115
3115
|
handleSelect: function handleSelect(res) {
|
|
3116
3116
|
var node = res.node;
|
|
3117
3117
|
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
this.$alert(node.extendData.businessWarnMsg, '提示', {
|
|
3118
|
+
if (node.extendData && node.extendData.businessStatus == 0) {
|
|
3119
|
+
this.$alert(node.extendData.businessWarnMsg ? node.extendData.businessWarnMsg : '此模块还在开发中', '提示', {
|
|
3121
3120
|
type: 'warning'
|
|
3122
3121
|
});
|
|
3123
|
-
}
|
|
3124
|
-
if (!this.application && !node.hasPermission && node.extendData && node.extendData.businessStatus != 0) {
|
|
3122
|
+
} else if (!this.application && !node.hasPermission) {
|
|
3125
3123
|
this.$emit('select', res);
|
|
3126
3124
|
}
|
|
3127
3125
|
},
|
package/lib/icon.js
CHANGED
|
@@ -206,14 +206,14 @@ function normalizeComponent(
|
|
|
206
206
|
// ESM COMPAT FLAG
|
|
207
207
|
__webpack_require__.r(__webpack_exports__);
|
|
208
208
|
|
|
209
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/icon/src/main.vue?vue&type=template&id=
|
|
209
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/icon/src/main.vue?vue&type=template&id=2cc93981&
|
|
210
210
|
var render = function () {
|
|
211
211
|
var _vm = this
|
|
212
212
|
var _h = _vm.$createElement
|
|
213
213
|
var _c = _vm._self._c || _h
|
|
214
214
|
return _c(
|
|
215
215
|
"div",
|
|
216
|
-
{ staticClass: "es-
|
|
216
|
+
{ staticClass: "es-icons", class: { "es-icon-readonly": _vm.readonly } },
|
|
217
217
|
[
|
|
218
218
|
!_vm.readonly
|
|
219
219
|
? _c(
|
|
@@ -318,7 +318,7 @@ var staticRenderFns = []
|
|
|
318
318
|
render._withStripped = true
|
|
319
319
|
|
|
320
320
|
|
|
321
|
-
// CONCATENATED MODULE: ./packages/icon/src/main.vue?vue&type=template&id=
|
|
321
|
+
// CONCATENATED MODULE: ./packages/icon/src/main.vue?vue&type=template&id=2cc93981&
|
|
322
322
|
|
|
323
323
|
// EXTERNAL MODULE: ./packages/icon/src/icon.json
|
|
324
324
|
var icon = __webpack_require__(19);
|