eoss-ui 0.6.87 → 0.6.89
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/data-table.js +13 -17
- package/lib/eoss-ui.common.js +177 -187
- package/lib/flow.js +14 -11
- package/lib/index.js +1 -1
- package/lib/main.js +40 -64
- package/lib/selector.js +99 -84
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/selector.css +1 -1
- package/package.json +1 -1
- package/packages/data-table/src/column.vue +4 -3
- package/packages/flow/src/main.vue +1 -1
- package/packages/flow/src/selectUser.vue +1 -1
- package/packages/main/src/default/userinfo.vue +18 -18
- package/packages/main/src/simplicity/user.vue +2 -2
- package/packages/main/src/simplicity/userinfo.vue +0 -4
- package/packages/selector/src/main.vue +11 -9
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/selector.css +1 -1
- package/packages/theme-chalk/src/selector.scss +1 -0
- package/src/index.js +1 -1
package/lib/eoss-ui.common.js
CHANGED
|
@@ -9322,8 +9322,8 @@ childrenvue_type_template_id_271bb842_render._withStripped = true
|
|
|
9322
9322
|
|
|
9323
9323
|
// CONCATENATED MODULE: ./packages/data-table/src/children.vue?vue&type=template&id=271bb842&
|
|
9324
9324
|
|
|
9325
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=
|
|
9326
|
-
var
|
|
9325
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=ad697a04&
|
|
9326
|
+
var columnvue_type_template_id_ad697a04_render = function () {
|
|
9327
9327
|
var _vm = this
|
|
9328
9328
|
var _h = _vm.$createElement
|
|
9329
9329
|
var _c = _vm._self._c || _h
|
|
@@ -10080,15 +10080,10 @@ var columnvue_type_template_id_4d1a48b2_render = function () {
|
|
|
10080
10080
|
innerHTML: _vm._s(_vm.format(scope.row, true)),
|
|
10081
10081
|
},
|
|
10082
10082
|
})
|
|
10083
|
-
: _c(
|
|
10084
|
-
|
|
10085
|
-
{
|
|
10086
|
-
|
|
10087
|
-
? _vm.styles[scope.row[_vm.prop]]
|
|
10088
|
-
: {},
|
|
10089
|
-
},
|
|
10090
|
-
[_vm._v(_vm._s(_vm.format(scope.row)))]
|
|
10091
|
-
),
|
|
10083
|
+
: _c("span", {
|
|
10084
|
+
style: _vm.styles ? _vm.styles[scope.row[_vm.prop]] : {},
|
|
10085
|
+
domProps: { innerHTML: _vm._s(_vm.format(scope.row)) },
|
|
10086
|
+
}),
|
|
10092
10087
|
_vm.type === "handle" && !scope.row.hideHandle
|
|
10093
10088
|
? _c(
|
|
10094
10089
|
"es-button-group",
|
|
@@ -10138,11 +10133,11 @@ var columnvue_type_template_id_4d1a48b2_render = function () {
|
|
|
10138
10133
|
2
|
|
10139
10134
|
)
|
|
10140
10135
|
}
|
|
10141
|
-
var
|
|
10142
|
-
|
|
10136
|
+
var columnvue_type_template_id_ad697a04_staticRenderFns = []
|
|
10137
|
+
columnvue_type_template_id_ad697a04_render._withStripped = true
|
|
10143
10138
|
|
|
10144
10139
|
|
|
10145
|
-
// CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=
|
|
10140
|
+
// CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=ad697a04&
|
|
10146
10141
|
|
|
10147
10142
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
10148
10143
|
var regenerator_ = __webpack_require__(2);
|
|
@@ -10625,7 +10620,6 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
10625
10620
|
//
|
|
10626
10621
|
//
|
|
10627
10622
|
//
|
|
10628
|
-
//
|
|
10629
10623
|
|
|
10630
10624
|
|
|
10631
10625
|
|
|
@@ -10933,6 +10927,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
10933
10927
|
var _this2 = this;
|
|
10934
10928
|
|
|
10935
10929
|
var field = this.field || this.prop;
|
|
10930
|
+
console.log('field', field);
|
|
10931
|
+
console.log('rows', rows);
|
|
10936
10932
|
var data = this.option;
|
|
10937
10933
|
var str = '';
|
|
10938
10934
|
if (utils_util["a" /* default */].isObject(rows[field])) {
|
|
@@ -11083,8 +11079,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11083
11079
|
|
|
11084
11080
|
var column_component = normalizeComponent(
|
|
11085
11081
|
src_columnvue_type_script_lang_js_,
|
|
11086
|
-
|
|
11087
|
-
|
|
11082
|
+
columnvue_type_template_id_ad697a04_render,
|
|
11083
|
+
columnvue_type_template_id_ad697a04_staticRenderFns,
|
|
11088
11084
|
false,
|
|
11089
11085
|
null,
|
|
11090
11086
|
null,
|
|
@@ -27143,8 +27139,8 @@ form_src_main.install = function (Vue) {
|
|
|
27143
27139
|
};
|
|
27144
27140
|
|
|
27145
27141
|
/* harmony default export */ var packages_form = (form_src_main);
|
|
27146
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=
|
|
27147
|
-
var
|
|
27142
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=0805f936&
|
|
27143
|
+
var mainvue_type_template_id_0805f936_render = function () {
|
|
27148
27144
|
var _vm = this
|
|
27149
27145
|
var _h = _vm.$createElement
|
|
27150
27146
|
var _c = _vm._self._c || _h
|
|
@@ -27369,7 +27365,10 @@ var mainvue_type_template_id_6b9f2034_render = function () {
|
|
|
27369
27365
|
_c(
|
|
27370
27366
|
"el-button",
|
|
27371
27367
|
{
|
|
27372
|
-
staticStyle: {
|
|
27368
|
+
staticStyle: {
|
|
27369
|
+
width: "calc(100% - 18px)",
|
|
27370
|
+
margin: "8px auto",
|
|
27371
|
+
},
|
|
27373
27372
|
attrs: { type: "primary" },
|
|
27374
27373
|
on: {
|
|
27375
27374
|
click: function ($event) {
|
|
@@ -30015,11 +30014,11 @@ var mainvue_type_template_id_6b9f2034_render = function () {
|
|
|
30015
30014
|
)
|
|
30016
30015
|
: _vm._e()
|
|
30017
30016
|
}
|
|
30018
|
-
var
|
|
30019
|
-
|
|
30017
|
+
var mainvue_type_template_id_0805f936_staticRenderFns = []
|
|
30018
|
+
mainvue_type_template_id_0805f936_render._withStripped = true
|
|
30020
30019
|
|
|
30021
30020
|
|
|
30022
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
30021
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=0805f936&
|
|
30023
30022
|
|
|
30024
30023
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=19364a89&
|
|
30025
30024
|
var CommonOpinionsvue_type_template_id_19364a89_render = function () {
|
|
@@ -31823,8 +31822,8 @@ processFormvue_type_template_id_3d800ae1_render._withStripped = true
|
|
|
31823
31822
|
|
|
31824
31823
|
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=3d800ae1&
|
|
31825
31824
|
|
|
31826
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=
|
|
31827
|
-
var
|
|
31825
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=319fd53c&
|
|
31826
|
+
var selectUservue_type_template_id_319fd53c_render = function () {
|
|
31828
31827
|
var _vm = this
|
|
31829
31828
|
var _h = _vm.$createElement
|
|
31830
31829
|
var _c = _vm._self._c || _h
|
|
@@ -31937,7 +31936,7 @@ var selectUservue_type_template_id_3588d66f_render = function () {
|
|
|
31937
31936
|
types: _vm.types,
|
|
31938
31937
|
tabs: _vm.tabs,
|
|
31939
31938
|
title: _vm.title,
|
|
31940
|
-
|
|
31939
|
+
"collapse-tags": 3,
|
|
31941
31940
|
mix: _vm.mix,
|
|
31942
31941
|
min: _vm.isUnionSeal ? 1 : 0,
|
|
31943
31942
|
disabled:
|
|
@@ -31972,11 +31971,11 @@ var selectUservue_type_template_id_3588d66f_render = function () {
|
|
|
31972
31971
|
2
|
|
31973
31972
|
)
|
|
31974
31973
|
}
|
|
31975
|
-
var
|
|
31976
|
-
|
|
31974
|
+
var selectUservue_type_template_id_319fd53c_staticRenderFns = []
|
|
31975
|
+
selectUservue_type_template_id_319fd53c_render._withStripped = true
|
|
31977
31976
|
|
|
31978
31977
|
|
|
31979
|
-
// CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=
|
|
31978
|
+
// CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=319fd53c&
|
|
31980
31979
|
|
|
31981
31980
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=script&lang=js&
|
|
31982
31981
|
var selectUservue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -32470,8 +32469,8 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
|
|
|
32470
32469
|
|
|
32471
32470
|
var selectUser_component = normalizeComponent(
|
|
32472
32471
|
src_selectUservue_type_script_lang_js_,
|
|
32473
|
-
|
|
32474
|
-
|
|
32472
|
+
selectUservue_type_template_id_319fd53c_render,
|
|
32473
|
+
selectUservue_type_template_id_319fd53c_staticRenderFns,
|
|
32475
32474
|
false,
|
|
32476
32475
|
null,
|
|
32477
32476
|
null,
|
|
@@ -48668,8 +48667,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48668
48667
|
|
|
48669
48668
|
var flow_src_main_component = normalizeComponent(
|
|
48670
48669
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
48671
|
-
|
|
48672
|
-
|
|
48670
|
+
mainvue_type_template_id_0805f936_render,
|
|
48671
|
+
mainvue_type_template_id_0805f936_staticRenderFns,
|
|
48673
48672
|
false,
|
|
48674
48673
|
null,
|
|
48675
48674
|
null,
|
|
@@ -61733,8 +61732,8 @@ var apps_component = normalizeComponent(
|
|
|
61733
61732
|
)
|
|
61734
61733
|
|
|
61735
61734
|
/* harmony default export */ var simplicity_apps = (apps_component.exports);
|
|
61736
|
-
// 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/user.vue?vue&type=template&id=
|
|
61737
|
-
var
|
|
61735
|
+
// 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/user.vue?vue&type=template&id=cf46141e&scoped=true&
|
|
61736
|
+
var uservue_type_template_id_cf46141e_scoped_true_render = function () {
|
|
61738
61737
|
var _vm = this
|
|
61739
61738
|
var _h = _vm.$createElement
|
|
61740
61739
|
var _c = _vm._self._c || _h
|
|
@@ -61838,28 +61837,6 @@ var uservue_type_template_id_d789fc64_scoped_true_render = function () {
|
|
|
61838
61837
|
1
|
|
61839
61838
|
)
|
|
61840
61839
|
: _vm._e(),
|
|
61841
|
-
_c(
|
|
61842
|
-
"div",
|
|
61843
|
-
{ staticClass: "es-simplicity-notice-type" },
|
|
61844
|
-
[
|
|
61845
|
-
_c("div", { staticClass: "es-simplicity-notice-title" }, [
|
|
61846
|
-
_vm._v("接收消息类型:"),
|
|
61847
|
-
]),
|
|
61848
|
-
_c("es-checkbox-group", {
|
|
61849
|
-
staticClass: "es-simplicity-notice-list",
|
|
61850
|
-
attrs: { min: 1, data: _vm.notifyList },
|
|
61851
|
-
on: { change: _vm.handleCheckboxChange },
|
|
61852
|
-
model: {
|
|
61853
|
-
value: _vm.checked,
|
|
61854
|
-
callback: function ($$v) {
|
|
61855
|
-
_vm.checked = $$v
|
|
61856
|
-
},
|
|
61857
|
-
expression: "checked",
|
|
61858
|
-
},
|
|
61859
|
-
}),
|
|
61860
|
-
],
|
|
61861
|
-
1
|
|
61862
|
-
),
|
|
61863
61840
|
_c(
|
|
61864
61841
|
"div",
|
|
61865
61842
|
{
|
|
@@ -61895,14 +61872,14 @@ var uservue_type_template_id_d789fc64_scoped_true_render = function () {
|
|
|
61895
61872
|
1
|
|
61896
61873
|
)
|
|
61897
61874
|
}
|
|
61898
|
-
var
|
|
61899
|
-
|
|
61875
|
+
var uservue_type_template_id_cf46141e_scoped_true_staticRenderFns = []
|
|
61876
|
+
uservue_type_template_id_cf46141e_scoped_true_render._withStripped = true
|
|
61900
61877
|
|
|
61901
61878
|
|
|
61902
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/user.vue?vue&type=template&id=
|
|
61879
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/user.vue?vue&type=template&id=cf46141e&scoped=true&
|
|
61903
61880
|
|
|
61904
|
-
// 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/userinfo.vue?vue&type=template&id=
|
|
61905
|
-
var
|
|
61881
|
+
// 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/userinfo.vue?vue&type=template&id=8643d5d2&
|
|
61882
|
+
var userinfovue_type_template_id_8643d5d2_render = function () {
|
|
61906
61883
|
var _vm = this
|
|
61907
61884
|
var _h = _vm.$createElement
|
|
61908
61885
|
var _c = _vm._self._c || _h
|
|
@@ -61918,11 +61895,11 @@ var userinfovue_type_template_id_1c52f6d2_render = function () {
|
|
|
61918
61895
|
2
|
|
61919
61896
|
)
|
|
61920
61897
|
}
|
|
61921
|
-
var
|
|
61922
|
-
|
|
61898
|
+
var userinfovue_type_template_id_8643d5d2_staticRenderFns = []
|
|
61899
|
+
userinfovue_type_template_id_8643d5d2_render._withStripped = true
|
|
61923
61900
|
|
|
61924
61901
|
|
|
61925
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=
|
|
61902
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=8643d5d2&
|
|
61926
61903
|
|
|
61927
61904
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/userinfo.vue?vue&type=script&lang=js&
|
|
61928
61905
|
//
|
|
@@ -61946,10 +61923,6 @@ userinfovue_type_template_id_1c52f6d2_render._withStripped = true
|
|
|
61946
61923
|
/* harmony default export */ var userinfovue_type_script_lang_js_ = ({
|
|
61947
61924
|
name: 'UserInfo',
|
|
61948
61925
|
props: {
|
|
61949
|
-
showNotify: {
|
|
61950
|
-
type: Boolean,
|
|
61951
|
-
default: true
|
|
61952
|
-
},
|
|
61953
61926
|
secret: {
|
|
61954
61927
|
type: Boolean,
|
|
61955
61928
|
default: true
|
|
@@ -62189,8 +62162,8 @@ userinfovue_type_template_id_1c52f6d2_render._withStripped = true
|
|
|
62189
62162
|
|
|
62190
62163
|
var userinfo_component = normalizeComponent(
|
|
62191
62164
|
simplicity_userinfovue_type_script_lang_js_,
|
|
62192
|
-
|
|
62193
|
-
|
|
62165
|
+
userinfovue_type_template_id_8643d5d2_render,
|
|
62166
|
+
userinfovue_type_template_id_8643d5d2_staticRenderFns,
|
|
62194
62167
|
false,
|
|
62195
62168
|
null,
|
|
62196
62169
|
null,
|
|
@@ -62466,11 +62439,11 @@ var userinfo_component = normalizeComponent(
|
|
|
62466
62439
|
|
|
62467
62440
|
var user_component = normalizeComponent(
|
|
62468
62441
|
simplicity_uservue_type_script_lang_js_,
|
|
62469
|
-
|
|
62470
|
-
|
|
62442
|
+
uservue_type_template_id_cf46141e_scoped_true_render,
|
|
62443
|
+
uservue_type_template_id_cf46141e_scoped_true_staticRenderFns,
|
|
62471
62444
|
false,
|
|
62472
62445
|
null,
|
|
62473
|
-
"
|
|
62446
|
+
"cf46141e",
|
|
62474
62447
|
null
|
|
62475
62448
|
|
|
62476
62449
|
)
|
|
@@ -67595,8 +67568,8 @@ defaultvue_type_template_id_377c361a_render._withStripped = true
|
|
|
67595
67568
|
|
|
67596
67569
|
// CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=377c361a&
|
|
67597
67570
|
|
|
67598
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=template&id=
|
|
67599
|
-
var
|
|
67571
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=template&id=14b0e976&
|
|
67572
|
+
var userinfovue_type_template_id_14b0e976_render = function () {
|
|
67600
67573
|
var _vm = this
|
|
67601
67574
|
var _h = _vm.$createElement
|
|
67602
67575
|
var _c = _vm._self._c || _h
|
|
@@ -67612,11 +67585,11 @@ var userinfovue_type_template_id_516cb128_render = function () {
|
|
|
67612
67585
|
2
|
|
67613
67586
|
)
|
|
67614
67587
|
}
|
|
67615
|
-
var
|
|
67616
|
-
|
|
67588
|
+
var userinfovue_type_template_id_14b0e976_staticRenderFns = []
|
|
67589
|
+
userinfovue_type_template_id_14b0e976_render._withStripped = true
|
|
67617
67590
|
|
|
67618
67591
|
|
|
67619
|
-
// CONCATENATED MODULE: ./packages/main/src/default/userinfo.vue?vue&type=template&id=
|
|
67592
|
+
// CONCATENATED MODULE: ./packages/main/src/default/userinfo.vue?vue&type=template&id=14b0e976&
|
|
67620
67593
|
|
|
67621
67594
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=script&lang=js&
|
|
67622
67595
|
var userinfovue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -67643,10 +67616,10 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
67643
67616
|
|
|
67644
67617
|
/* harmony default export */ var default_userinfovue_type_script_lang_js_ = ({
|
|
67645
67618
|
props: {
|
|
67646
|
-
showNotify: {
|
|
67647
|
-
|
|
67648
|
-
|
|
67649
|
-
},
|
|
67619
|
+
// showNotify: {
|
|
67620
|
+
// type: Boolean,
|
|
67621
|
+
// default: true
|
|
67622
|
+
// },
|
|
67650
67623
|
secret: {
|
|
67651
67624
|
type: Boolean,
|
|
67652
67625
|
default: true
|
|
@@ -67820,18 +67793,20 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
67820
67793
|
}
|
|
67821
67794
|
}
|
|
67822
67795
|
}
|
|
67823
|
-
if (this.showNotify) {
|
|
67824
|
-
|
|
67825
|
-
|
|
67826
|
-
|
|
67827
|
-
|
|
67828
|
-
|
|
67829
|
-
|
|
67830
|
-
|
|
67831
|
-
|
|
67832
|
-
|
|
67833
|
-
|
|
67834
|
-
|
|
67796
|
+
// if (this.showNotify) {
|
|
67797
|
+
// page.push({
|
|
67798
|
+
// title: '接收消息类型',
|
|
67799
|
+
// contents: [
|
|
67800
|
+
// {
|
|
67801
|
+
// type: 'checkbox',
|
|
67802
|
+
// labelHide: true,
|
|
67803
|
+
// name: 'notify',
|
|
67804
|
+
// col: 12,
|
|
67805
|
+
// data: store.get('notifyList')
|
|
67806
|
+
// }
|
|
67807
|
+
// ]
|
|
67808
|
+
// });
|
|
67809
|
+
// }
|
|
67835
67810
|
page.push({
|
|
67836
67811
|
type: 'submit',
|
|
67837
67812
|
contents: [{
|
|
@@ -68074,8 +68049,8 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
68074
68049
|
|
|
68075
68050
|
var default_userinfo_component = normalizeComponent(
|
|
68076
68051
|
src_default_userinfovue_type_script_lang_js_,
|
|
68077
|
-
|
|
68078
|
-
|
|
68052
|
+
userinfovue_type_template_id_14b0e976_render,
|
|
68053
|
+
userinfovue_type_template_id_14b0e976_staticRenderFns,
|
|
68079
68054
|
false,
|
|
68080
68055
|
null,
|
|
68081
68056
|
null,
|
|
@@ -76452,8 +76427,8 @@ select_ganged_src_main.install = function (Vue) {
|
|
|
76452
76427
|
};
|
|
76453
76428
|
|
|
76454
76429
|
/* harmony default export */ var select_ganged = (select_ganged_src_main);
|
|
76455
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/main.vue?vue&type=template&id=
|
|
76456
|
-
var
|
|
76430
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/main.vue?vue&type=template&id=e8fa9958&
|
|
76431
|
+
var mainvue_type_template_id_e8fa9958_render = function () {
|
|
76457
76432
|
var _vm = this
|
|
76458
76433
|
var _h = _vm.$createElement
|
|
76459
76434
|
var _c = _vm._self._c || _h
|
|
@@ -76532,45 +76507,53 @@ var mainvue_type_template_id_3cb8fed2_render = function () {
|
|
|
76532
76507
|
},
|
|
76533
76508
|
},
|
|
76534
76509
|
[
|
|
76535
|
-
|
|
76536
|
-
|
|
76537
|
-
|
|
76538
|
-
|
|
76539
|
-
|
|
76540
|
-
|
|
76541
|
-
|
|
76542
|
-
|
|
76543
|
-
|
|
76544
|
-
|
|
76545
|
-
on: {
|
|
76546
|
-
close: function ($event) {
|
|
76547
|
-
_vm.deleteTag(
|
|
76548
|
-
$event,
|
|
76549
|
-
_vm.selected[0]
|
|
76550
|
-
)
|
|
76551
|
-
},
|
|
76552
|
-
},
|
|
76553
|
-
},
|
|
76554
|
-
[
|
|
76555
|
-
_c(
|
|
76556
|
-
"span",
|
|
76510
|
+
_vm._l(
|
|
76511
|
+
_vm.selected.slice(
|
|
76512
|
+
0,
|
|
76513
|
+
_vm.collapseTags === true
|
|
76514
|
+
? 1
|
|
76515
|
+
: _vm.collapseTags
|
|
76516
|
+
),
|
|
76517
|
+
function (item, index) {
|
|
76518
|
+
return _c(
|
|
76519
|
+
"el-tag",
|
|
76557
76520
|
{
|
|
76558
|
-
|
|
76559
|
-
|
|
76521
|
+
key: _vm.getValueKey(item),
|
|
76522
|
+
attrs: {
|
|
76523
|
+
closable:
|
|
76524
|
+
!_vm.selectorDisabled &&
|
|
76525
|
+
!_vm.readonly,
|
|
76526
|
+
type: "info",
|
|
76527
|
+
"disable-transitions": "",
|
|
76528
|
+
},
|
|
76529
|
+
on: {
|
|
76530
|
+
close: function ($event) {
|
|
76531
|
+
_vm.deleteTag(
|
|
76532
|
+
$event,
|
|
76533
|
+
item,
|
|
76534
|
+
index
|
|
76535
|
+
)
|
|
76536
|
+
},
|
|
76537
|
+
},
|
|
76560
76538
|
},
|
|
76561
76539
|
[
|
|
76562
|
-
|
|
76563
|
-
"
|
|
76564
|
-
|
|
76565
|
-
|
|
76566
|
-
|
|
76540
|
+
_c(
|
|
76541
|
+
"span",
|
|
76542
|
+
{
|
|
76543
|
+
staticClass:
|
|
76544
|
+
"el-select__tags-text",
|
|
76545
|
+
},
|
|
76546
|
+
[
|
|
76547
|
+
_vm._v(
|
|
76548
|
+
_vm._s(
|
|
76549
|
+
_vm.getLabel(item)
|
|
76567
76550
|
)
|
|
76568
|
-
)
|
|
76569
|
-
|
|
76551
|
+
),
|
|
76552
|
+
]
|
|
76570
76553
|
),
|
|
76571
76554
|
]
|
|
76572
|
-
)
|
|
76573
|
-
|
|
76555
|
+
)
|
|
76556
|
+
}
|
|
76574
76557
|
),
|
|
76575
76558
|
_vm.selected.length > 1
|
|
76576
76559
|
? _c(
|
|
@@ -76595,7 +76578,12 @@ var mainvue_type_template_id_3cb8fed2_render = function () {
|
|
|
76595
76578
|
"+ " +
|
|
76596
76579
|
_vm._s(
|
|
76597
76580
|
_vm.selected
|
|
76598
|
-
.length -
|
|
76581
|
+
.length -
|
|
76582
|
+
1 -
|
|
76583
|
+
(_vm.collapseTags ===
|
|
76584
|
+
true
|
|
76585
|
+
? 1
|
|
76586
|
+
: _vm.collapseTags)
|
|
76599
76587
|
)
|
|
76600
76588
|
),
|
|
76601
76589
|
]
|
|
@@ -76604,60 +76592,60 @@ var mainvue_type_template_id_3cb8fed2_render = function () {
|
|
|
76604
76592
|
)
|
|
76605
76593
|
: _vm._e(),
|
|
76606
76594
|
],
|
|
76607
|
-
|
|
76595
|
+
2
|
|
76608
76596
|
)
|
|
76609
|
-
:
|
|
76610
|
-
|
|
76611
|
-
|
|
76612
|
-
|
|
76613
|
-
|
|
76614
|
-
"after-leave": _vm.resetInputHeight,
|
|
76615
|
-
},
|
|
76616
|
-
},
|
|
76617
|
-
_vm._l(
|
|
76618
|
-
_vm.selected,
|
|
76619
|
-
function (item, index) {
|
|
76620
|
-
return _c(
|
|
76621
|
-
"el-tag",
|
|
76622
|
-
{
|
|
76623
|
-
key: _vm.getValueKey(item),
|
|
76624
|
-
attrs: {
|
|
76625
|
-
closable:
|
|
76626
|
-
!_vm.selectorDisabled &&
|
|
76627
|
-
!_vm.readonly &&
|
|
76628
|
-
_vm.selected.length > _vm.min,
|
|
76629
|
-
type: "info",
|
|
76630
|
-
"disable-transitions": "",
|
|
76631
|
-
},
|
|
76632
|
-
on: {
|
|
76633
|
-
close: function ($event) {
|
|
76634
|
-
_vm.deleteTag(
|
|
76635
|
-
$event,
|
|
76636
|
-
item,
|
|
76637
|
-
index
|
|
76638
|
-
)
|
|
76639
|
-
},
|
|
76640
|
-
},
|
|
76597
|
+
: _c(
|
|
76598
|
+
"transition-group",
|
|
76599
|
+
{
|
|
76600
|
+
on: {
|
|
76601
|
+
"after-leave": _vm.resetInputHeight,
|
|
76641
76602
|
},
|
|
76642
|
-
|
|
76643
|
-
|
|
76644
|
-
|
|
76603
|
+
},
|
|
76604
|
+
_vm._l(
|
|
76605
|
+
_vm.selected,
|
|
76606
|
+
function (item, index) {
|
|
76607
|
+
return _c(
|
|
76608
|
+
"el-tag",
|
|
76645
76609
|
{
|
|
76646
|
-
|
|
76647
|
-
|
|
76610
|
+
key: _vm.getValueKey(item),
|
|
76611
|
+
attrs: {
|
|
76612
|
+
closable:
|
|
76613
|
+
!_vm.selectorDisabled &&
|
|
76614
|
+
!_vm.readonly &&
|
|
76615
|
+
_vm.selected.length >
|
|
76616
|
+
_vm.min,
|
|
76617
|
+
type: "info",
|
|
76618
|
+
"disable-transitions": "",
|
|
76619
|
+
},
|
|
76620
|
+
on: {
|
|
76621
|
+
close: function ($event) {
|
|
76622
|
+
_vm.deleteTag(
|
|
76623
|
+
$event,
|
|
76624
|
+
item,
|
|
76625
|
+
index
|
|
76626
|
+
)
|
|
76627
|
+
},
|
|
76628
|
+
},
|
|
76648
76629
|
},
|
|
76649
76630
|
[
|
|
76650
|
-
|
|
76651
|
-
|
|
76631
|
+
_c(
|
|
76632
|
+
"span",
|
|
76633
|
+
{
|
|
76634
|
+
staticClass:
|
|
76635
|
+
"el-select__tags-text",
|
|
76636
|
+
},
|
|
76637
|
+
[
|
|
76638
|
+
_vm._v(
|
|
76639
|
+
_vm._s(_vm.getLabel(item))
|
|
76640
|
+
),
|
|
76641
|
+
]
|
|
76652
76642
|
),
|
|
76653
76643
|
]
|
|
76654
|
-
)
|
|
76655
|
-
|
|
76656
|
-
)
|
|
76657
|
-
|
|
76658
|
-
|
|
76659
|
-
1
|
|
76660
|
-
),
|
|
76644
|
+
)
|
|
76645
|
+
}
|
|
76646
|
+
),
|
|
76647
|
+
1
|
|
76648
|
+
),
|
|
76661
76649
|
],
|
|
76662
76650
|
1
|
|
76663
76651
|
)
|
|
@@ -77028,11 +77016,11 @@ var mainvue_type_template_id_3cb8fed2_render = function () {
|
|
|
77028
77016
|
)
|
|
77029
77017
|
: _vm._e()
|
|
77030
77018
|
}
|
|
77031
|
-
var
|
|
77032
|
-
|
|
77019
|
+
var mainvue_type_template_id_e8fa9958_staticRenderFns = []
|
|
77020
|
+
mainvue_type_template_id_e8fa9958_render._withStripped = true
|
|
77033
77021
|
|
|
77034
77022
|
|
|
77035
|
-
// CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=
|
|
77023
|
+
// CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=e8fa9958&
|
|
77036
77024
|
|
|
77037
77025
|
// EXTERNAL MODULE: external "eoss-element/src/utils/clickoutside"
|
|
77038
77026
|
var clickoutside_ = __webpack_require__(17);
|
|
@@ -77266,6 +77254,8 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
|
|
|
77266
77254
|
//
|
|
77267
77255
|
//
|
|
77268
77256
|
//
|
|
77257
|
+
//
|
|
77258
|
+
//
|
|
77269
77259
|
|
|
77270
77260
|
|
|
77271
77261
|
|
|
@@ -77348,7 +77338,7 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
|
|
|
77348
77338
|
},
|
|
77349
77339
|
name: String,
|
|
77350
77340
|
readonly: Boolean,
|
|
77351
|
-
collapseTags: Boolean,
|
|
77341
|
+
collapseTags: [Boolean, Number],
|
|
77352
77342
|
plain: Boolean,
|
|
77353
77343
|
types: {
|
|
77354
77344
|
type: Array,
|
|
@@ -77770,8 +77760,8 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
|
|
|
77770
77760
|
|
|
77771
77761
|
var selector_src_main_component = normalizeComponent(
|
|
77772
77762
|
packages_selector_src_mainvue_type_script_lang_js_,
|
|
77773
|
-
|
|
77774
|
-
|
|
77763
|
+
mainvue_type_template_id_e8fa9958_render,
|
|
77764
|
+
mainvue_type_template_id_e8fa9958_staticRenderFns,
|
|
77775
77765
|
false,
|
|
77776
77766
|
null,
|
|
77777
77767
|
null,
|
|
@@ -92140,7 +92130,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
92140
92130
|
}
|
|
92141
92131
|
|
|
92142
92132
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
92143
|
-
version: '0.6.
|
|
92133
|
+
version: '0.6.89',
|
|
92144
92134
|
install: install,
|
|
92145
92135
|
Button: packages_button,
|
|
92146
92136
|
ButtonGroup: button_group,
|