eoss-ui 0.6.62 → 0.6.63
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 +3 -3
- package/lib/eoss-ui.common.js +32 -30
- package/lib/flow-list.js +12 -11
- package/lib/index.js +1 -1
- package/lib/main.js +9 -8
- package/lib/theme-chalk/base.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 +1 -1
- package/packages/clients/src/main.vue +1 -1
- package/packages/flow-list/src/main.vue +7 -5
- package/packages/main/src/simplicity/index.vue +1 -0
- package/packages/theme-chalk/lib/base.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/base.scss +1 -0
- 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=23e63d3e&
|
|
203
203
|
var render = function () {
|
|
204
204
|
var _vm = this
|
|
205
205
|
var _h = _vm.$createElement
|
|
@@ -258,7 +258,7 @@ var render = function () {
|
|
|
258
258
|
key == "harmony"
|
|
259
259
|
? [
|
|
260
260
|
_c("i", { staticClass: "es-icon-HarmonyOs" }),
|
|
261
|
-
_vm._v("
|
|
261
|
+
_vm._v("鸿蒙next系统\n "),
|
|
262
262
|
]
|
|
263
263
|
: _vm._e(),
|
|
264
264
|
key == "pad"
|
|
@@ -380,7 +380,7 @@ var staticRenderFns = [
|
|
|
380
380
|
render._withStripped = true
|
|
381
381
|
|
|
382
382
|
|
|
383
|
-
// CONCATENATED MODULE: ./packages/clients/src/main.vue?vue&type=template&id=
|
|
383
|
+
// CONCATENATED MODULE: ./packages/clients/src/main.vue?vue&type=template&id=23e63d3e&
|
|
384
384
|
|
|
385
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&
|
|
386
386
|
//
|
package/lib/eoss-ui.common.js
CHANGED
|
@@ -6969,8 +6969,8 @@ checkbox_group_src_main.install = function (Vue) {
|
|
|
6969
6969
|
};
|
|
6970
6970
|
|
|
6971
6971
|
/* harmony default export */ var checkbox_group = (checkbox_group_src_main);
|
|
6972
|
-
// 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=
|
|
6973
|
-
var
|
|
6972
|
+
// 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=23e63d3e&
|
|
6973
|
+
var mainvue_type_template_id_23e63d3e_render = function () {
|
|
6974
6974
|
var _vm = this
|
|
6975
6975
|
var _h = _vm.$createElement
|
|
6976
6976
|
var _c = _vm._self._c || _h
|
|
@@ -7028,7 +7028,7 @@ var mainvue_type_template_id_821e4498_render = function () {
|
|
|
7028
7028
|
key == "harmony"
|
|
7029
7029
|
? [
|
|
7030
7030
|
_c("i", { staticClass: "es-icon-HarmonyOs" }),
|
|
7031
|
-
_vm._v("
|
|
7031
|
+
_vm._v("鸿蒙next系统\n "),
|
|
7032
7032
|
]
|
|
7033
7033
|
: _vm._e(),
|
|
7034
7034
|
key == "pad"
|
|
@@ -7136,7 +7136,7 @@ var mainvue_type_template_id_821e4498_render = function () {
|
|
|
7136
7136
|
),
|
|
7137
7137
|
])
|
|
7138
7138
|
}
|
|
7139
|
-
var
|
|
7139
|
+
var mainvue_type_template_id_23e63d3e_staticRenderFns = [
|
|
7140
7140
|
function () {
|
|
7141
7141
|
var _vm = this
|
|
7142
7142
|
var _h = _vm.$createElement
|
|
@@ -7147,10 +7147,10 @@ var mainvue_type_template_id_821e4498_staticRenderFns = [
|
|
|
7147
7147
|
])
|
|
7148
7148
|
},
|
|
7149
7149
|
]
|
|
7150
|
-
|
|
7150
|
+
mainvue_type_template_id_23e63d3e_render._withStripped = true
|
|
7151
7151
|
|
|
7152
7152
|
|
|
7153
|
-
// CONCATENATED MODULE: ./packages/clients/src/main.vue?vue&type=template&id=
|
|
7153
|
+
// CONCATENATED MODULE: ./packages/clients/src/main.vue?vue&type=template&id=23e63d3e&
|
|
7154
7154
|
|
|
7155
7155
|
// 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&
|
|
7156
7156
|
//
|
|
@@ -7310,8 +7310,8 @@ mainvue_type_template_id_821e4498_render._withStripped = true
|
|
|
7310
7310
|
|
|
7311
7311
|
var clients_src_main_component = normalizeComponent(
|
|
7312
7312
|
packages_clients_src_mainvue_type_script_lang_js_,
|
|
7313
|
-
|
|
7314
|
-
|
|
7313
|
+
mainvue_type_template_id_23e63d3e_render,
|
|
7314
|
+
mainvue_type_template_id_23e63d3e_staticRenderFns,
|
|
7315
7315
|
false,
|
|
7316
7316
|
null,
|
|
7317
7317
|
null,
|
|
@@ -47418,8 +47418,8 @@ flow_group_src_main.install = function (Vue) {
|
|
|
47418
47418
|
};
|
|
47419
47419
|
|
|
47420
47420
|
/* harmony default export */ var flow_group = (flow_group_src_main);
|
|
47421
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=
|
|
47422
|
-
var
|
|
47421
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=e5adb570&
|
|
47422
|
+
var mainvue_type_template_id_e5adb570_render = function () {
|
|
47423
47423
|
var _vm = this
|
|
47424
47424
|
var _h = _vm.$createElement
|
|
47425
47425
|
var _c = _vm._self._c || _h
|
|
@@ -47473,8 +47473,7 @@ var mainvue_type_template_id_e8968cb2_render = function () {
|
|
|
47473
47473
|
attrs: {
|
|
47474
47474
|
display: _vm.display,
|
|
47475
47475
|
number: "",
|
|
47476
|
-
full: "",
|
|
47477
|
-
height: _vm.getHeight(item.type),
|
|
47476
|
+
full: _vm.height !== "auto",
|
|
47478
47477
|
data: _vm.returnData(item.type),
|
|
47479
47478
|
},
|
|
47480
47479
|
on: {
|
|
@@ -47623,11 +47622,11 @@ var mainvue_type_template_id_e8968cb2_render = function () {
|
|
|
47623
47622
|
2
|
|
47624
47623
|
)
|
|
47625
47624
|
}
|
|
47626
|
-
var
|
|
47627
|
-
|
|
47625
|
+
var mainvue_type_template_id_e5adb570_staticRenderFns = []
|
|
47626
|
+
mainvue_type_template_id_e5adb570_render._withStripped = true
|
|
47628
47627
|
|
|
47629
47628
|
|
|
47630
|
-
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=
|
|
47629
|
+
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=e5adb570&
|
|
47631
47630
|
|
|
47632
47631
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=script&lang=js&
|
|
47633
47632
|
|
|
@@ -47732,7 +47731,6 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
47732
47731
|
//
|
|
47733
47732
|
//
|
|
47734
47733
|
//
|
|
47735
|
-
//
|
|
47736
47734
|
|
|
47737
47735
|
|
|
47738
47736
|
|
|
@@ -47753,6 +47751,10 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
47753
47751
|
type: String,
|
|
47754
47752
|
default: ''
|
|
47755
47753
|
},
|
|
47754
|
+
hideBtn: {
|
|
47755
|
+
type: Boolean,
|
|
47756
|
+
default: false
|
|
47757
|
+
},
|
|
47756
47758
|
params: {
|
|
47757
47759
|
type: Object,
|
|
47758
47760
|
default: function _default() {
|
|
@@ -48113,6 +48115,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
48113
48115
|
type: 'handle',
|
|
48114
48116
|
width: this.modify ? '130' : '100',
|
|
48115
48117
|
template: '',
|
|
48118
|
+
hide: this.hideBtn,
|
|
48116
48119
|
events: [{
|
|
48117
48120
|
text: '删除',
|
|
48118
48121
|
rules: function rules(rows) {
|
|
@@ -48240,6 +48243,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
48240
48243
|
type: 'handle',
|
|
48241
48244
|
width: '100',
|
|
48242
48245
|
template: '',
|
|
48246
|
+
hide: this.hideBtn,
|
|
48243
48247
|
events: [{
|
|
48244
48248
|
text: '删除',
|
|
48245
48249
|
rules: function rules(rows) {
|
|
@@ -48645,9 +48649,6 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
48645
48649
|
|
|
48646
48650
|
|
|
48647
48651
|
methods: {
|
|
48648
|
-
getHeight: function getHeight(type) {
|
|
48649
|
-
return this[type + 'Height'];
|
|
48650
|
-
},
|
|
48651
48652
|
recallReadFun: function recallReadFun() {
|
|
48652
48653
|
var _this6 = this;
|
|
48653
48654
|
|
|
@@ -49215,8 +49216,8 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
49215
49216
|
|
|
49216
49217
|
var flow_list_src_main_component = normalizeComponent(
|
|
49217
49218
|
packages_flow_list_src_mainvue_type_script_lang_js_,
|
|
49218
|
-
|
|
49219
|
-
|
|
49219
|
+
mainvue_type_template_id_e5adb570_render,
|
|
49220
|
+
mainvue_type_template_id_e5adb570_staticRenderFns,
|
|
49220
49221
|
false,
|
|
49221
49222
|
null,
|
|
49222
49223
|
null,
|
|
@@ -55485,8 +55486,8 @@ mainvue_type_template_id_2c29aadc_render._withStripped = true
|
|
|
55485
55486
|
|
|
55486
55487
|
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=2c29aadc&
|
|
55487
55488
|
|
|
55488
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=
|
|
55489
|
-
var
|
|
55489
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=1aea8271&scoped=true&
|
|
55490
|
+
var simplicityvue_type_template_id_1aea8271_scoped_true_render = function () {
|
|
55490
55491
|
var _vm = this
|
|
55491
55492
|
var _h = _vm.$createElement
|
|
55492
55493
|
var _c = _vm._self._c || _h
|
|
@@ -56144,11 +56145,11 @@ var simplicityvue_type_template_id_11d4a47d_scoped_true_render = function () {
|
|
|
56144
56145
|
),
|
|
56145
56146
|
])
|
|
56146
56147
|
}
|
|
56147
|
-
var
|
|
56148
|
-
|
|
56148
|
+
var simplicityvue_type_template_id_1aea8271_scoped_true_staticRenderFns = []
|
|
56149
|
+
simplicityvue_type_template_id_1aea8271_scoped_true_render._withStripped = true
|
|
56149
56150
|
|
|
56150
56151
|
|
|
56151
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=
|
|
56152
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=1aea8271&scoped=true&
|
|
56152
56153
|
|
|
56153
56154
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/avatar.vue?vue&type=template&id=e722b45c&scoped=true&
|
|
56154
56155
|
var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
|
|
@@ -62364,6 +62365,7 @@ var events = [function (tabs, index, that) {
|
|
|
62364
62365
|
this.themeColor = _color;
|
|
62365
62366
|
}
|
|
62366
62367
|
}
|
|
62368
|
+
//三方单点登录退出地址
|
|
62367
62369
|
if (results[i].singleLogout) {
|
|
62368
62370
|
this.singleLogout = results[i].singleLogout.split(',');
|
|
62369
62371
|
}
|
|
@@ -63535,11 +63537,11 @@ var events = [function (tabs, index, that) {
|
|
|
63535
63537
|
|
|
63536
63538
|
var simplicity_component = normalizeComponent(
|
|
63537
63539
|
src_simplicityvue_type_script_lang_js_,
|
|
63538
|
-
|
|
63539
|
-
|
|
63540
|
+
simplicityvue_type_template_id_1aea8271_scoped_true_render,
|
|
63541
|
+
simplicityvue_type_template_id_1aea8271_scoped_true_staticRenderFns,
|
|
63540
63542
|
false,
|
|
63541
63543
|
null,
|
|
63542
|
-
"
|
|
63544
|
+
"1aea8271",
|
|
63543
63545
|
null
|
|
63544
63546
|
|
|
63545
63547
|
)
|
|
@@ -88457,7 +88459,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
88457
88459
|
}
|
|
88458
88460
|
|
|
88459
88461
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
88460
|
-
version: '0.6.
|
|
88462
|
+
version: '0.6.63',
|
|
88461
88463
|
install: install,
|
|
88462
88464
|
Button: packages_button,
|
|
88463
88465
|
ButtonGroup: button_group,
|
package/lib/flow-list.js
CHANGED
|
@@ -4429,8 +4429,8 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
4429
4429
|
// ESM COMPAT FLAG
|
|
4430
4430
|
__webpack_require__.r(__webpack_exports__);
|
|
4431
4431
|
|
|
4432
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=
|
|
4433
|
-
var
|
|
4432
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=e5adb570&
|
|
4433
|
+
var mainvue_type_template_id_e5adb570_render = function () {
|
|
4434
4434
|
var _vm = this
|
|
4435
4435
|
var _h = _vm.$createElement
|
|
4436
4436
|
var _c = _vm._self._c || _h
|
|
@@ -4484,8 +4484,7 @@ var mainvue_type_template_id_e8968cb2_render = function () {
|
|
|
4484
4484
|
attrs: {
|
|
4485
4485
|
display: _vm.display,
|
|
4486
4486
|
number: "",
|
|
4487
|
-
full: "",
|
|
4488
|
-
height: _vm.getHeight(item.type),
|
|
4487
|
+
full: _vm.height !== "auto",
|
|
4489
4488
|
data: _vm.returnData(item.type),
|
|
4490
4489
|
},
|
|
4491
4490
|
on: {
|
|
@@ -4635,10 +4634,10 @@ var mainvue_type_template_id_e8968cb2_render = function () {
|
|
|
4635
4634
|
)
|
|
4636
4635
|
}
|
|
4637
4636
|
var staticRenderFns = []
|
|
4638
|
-
|
|
4637
|
+
mainvue_type_template_id_e5adb570_render._withStripped = true
|
|
4639
4638
|
|
|
4640
4639
|
|
|
4641
|
-
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=
|
|
4640
|
+
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=e5adb570&
|
|
4642
4641
|
|
|
4643
4642
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
4644
4643
|
var regenerator_ = __webpack_require__(4);
|
|
@@ -4756,7 +4755,6 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
4756
4755
|
//
|
|
4757
4756
|
//
|
|
4758
4757
|
//
|
|
4759
|
-
//
|
|
4760
4758
|
|
|
4761
4759
|
|
|
4762
4760
|
|
|
@@ -4777,6 +4775,10 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
4777
4775
|
type: String,
|
|
4778
4776
|
default: ''
|
|
4779
4777
|
},
|
|
4778
|
+
hideBtn: {
|
|
4779
|
+
type: Boolean,
|
|
4780
|
+
default: false
|
|
4781
|
+
},
|
|
4780
4782
|
params: {
|
|
4781
4783
|
type: Object,
|
|
4782
4784
|
default: function _default() {
|
|
@@ -5137,6 +5139,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5137
5139
|
type: 'handle',
|
|
5138
5140
|
width: this.modify ? '130' : '100',
|
|
5139
5141
|
template: '',
|
|
5142
|
+
hide: this.hideBtn,
|
|
5140
5143
|
events: [{
|
|
5141
5144
|
text: '删除',
|
|
5142
5145
|
rules: function rules(rows) {
|
|
@@ -5264,6 +5267,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5264
5267
|
type: 'handle',
|
|
5265
5268
|
width: '100',
|
|
5266
5269
|
template: '',
|
|
5270
|
+
hide: this.hideBtn,
|
|
5267
5271
|
events: [{
|
|
5268
5272
|
text: '删除',
|
|
5269
5273
|
rules: function rules(rows) {
|
|
@@ -5669,9 +5673,6 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5669
5673
|
|
|
5670
5674
|
|
|
5671
5675
|
methods: {
|
|
5672
|
-
getHeight: function getHeight(type) {
|
|
5673
|
-
return this[type + 'Height'];
|
|
5674
|
-
},
|
|
5675
5676
|
recallReadFun: function recallReadFun() {
|
|
5676
5677
|
var _this6 = this;
|
|
5677
5678
|
|
|
@@ -6242,7 +6243,7 @@ var componentNormalizer = __webpack_require__(3);
|
|
|
6242
6243
|
|
|
6243
6244
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
6244
6245
|
src_mainvue_type_script_lang_js_,
|
|
6245
|
-
|
|
6246
|
+
mainvue_type_template_id_e5adb570_render,
|
|
6246
6247
|
staticRenderFns,
|
|
6247
6248
|
false,
|
|
6248
6249
|
null,
|