eoss-ui 0.6.59 → 0.6.61
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/clients.js +20 -3
- package/lib/eoss-ui.common.js +160 -86
- package/lib/flow.js +114 -64
- package/lib/icons.js +1 -1
- package/lib/index.js +1 -1
- package/lib/login.js +9 -2
- package/lib/theme-chalk/base.css +1 -1
- package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
- package/lib/theme-chalk/fonts/iconfont.woff +0 -0
- package/lib/theme-chalk/icon.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/menu.css +1 -1
- package/lib/theme-chalk/simplicity.css +1 -1
- package/lib/theme-chalk/sizer.css +1 -1
- package/lib/theme-chalk/upload.css +1 -1
- package/package.json +2 -2
- package/packages/clients/src/main.vue +8 -1
- package/packages/flow/src/component/taskUnionExamine.vue +8 -2
- package/packages/flow/src/main.vue +48 -35
- package/packages/flow/src/reset.vue +1 -1
- package/packages/flow/src/startTaskRead.vue +25 -8
- package/packages/flow/src/supervise.vue +7 -1
- package/packages/icons/src/icon.json +1 -1
- package/packages/login/src/main.vue +7 -0
- package/packages/theme-chalk/lib/base.css +1 -1
- package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/lib/icon.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/main.css +1 -1
- package/packages/theme-chalk/lib/menu.css +1 -1
- package/packages/theme-chalk/lib/simplicity.css +1 -1
- package/packages/theme-chalk/lib/sizer.css +1 -1
- package/packages/theme-chalk/lib/upload.css +1 -1
- package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/src/icon.scss +449 -445
- package/src/index.js +1 -1
package/lib/clients.js
CHANGED
|
@@ -199,7 +199,7 @@ function normalizeComponent(
|
|
|
199
199
|
// ESM COMPAT FLAG
|
|
200
200
|
__webpack_require__.r(__webpack_exports__);
|
|
201
201
|
|
|
202
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/clients/src/main.vue?vue&type=template&id=
|
|
202
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/clients/src/main.vue?vue&type=template&id=821e4498&
|
|
203
203
|
var render = function () {
|
|
204
204
|
var _vm = this
|
|
205
205
|
var _h = _vm.$createElement
|
|
@@ -226,7 +226,11 @@ var render = function () {
|
|
|
226
226
|
[
|
|
227
227
|
_vm._l(_vm.downloads, function (item, key) {
|
|
228
228
|
return [
|
|
229
|
-
key == "ios" ||
|
|
229
|
+
key == "ios" ||
|
|
230
|
+
key == "android" ||
|
|
231
|
+
key == "pad" ||
|
|
232
|
+
key == "uos" ||
|
|
233
|
+
key == "harmony"
|
|
230
234
|
? _c(
|
|
231
235
|
"li",
|
|
232
236
|
{
|
|
@@ -251,6 +255,12 @@ var render = function () {
|
|
|
251
255
|
_vm._v("安卓系统\n "),
|
|
252
256
|
]
|
|
253
257
|
: _vm._e(),
|
|
258
|
+
key == "harmony"
|
|
259
|
+
? [
|
|
260
|
+
_c("i", { staticClass: "es-icon-HarmonyOs" }),
|
|
261
|
+
_vm._v("鸿蒙系统\n "),
|
|
262
|
+
]
|
|
263
|
+
: _vm._e(),
|
|
254
264
|
key == "pad"
|
|
255
265
|
? [
|
|
256
266
|
_c("i", { staticClass: "es-icon-pad" }),
|
|
@@ -370,7 +380,7 @@ var staticRenderFns = [
|
|
|
370
380
|
render._withStripped = true
|
|
371
381
|
|
|
372
382
|
|
|
373
|
-
// CONCATENATED MODULE: ./packages/clients/src/main.vue?vue&type=template&id=
|
|
383
|
+
// CONCATENATED MODULE: ./packages/clients/src/main.vue?vue&type=template&id=821e4498&
|
|
374
384
|
|
|
375
385
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/clients/src/main.vue?vue&type=script&lang=js&
|
|
376
386
|
//
|
|
@@ -449,6 +459,13 @@ render._withStripped = true
|
|
|
449
459
|
//
|
|
450
460
|
//
|
|
451
461
|
//
|
|
462
|
+
//
|
|
463
|
+
//
|
|
464
|
+
//
|
|
465
|
+
//
|
|
466
|
+
//
|
|
467
|
+
//
|
|
468
|
+
//
|
|
452
469
|
|
|
453
470
|
//import util from 'eoss-ui/src/utils/util';
|
|
454
471
|
/* harmony default export */ var mainvue_type_script_lang_js_ = ({
|