@xatlas/rainbow-core 2.1.6 → 2.1.8
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/dist/core.common.js +120 -115
- package/dist/core.common.js.map +1 -1
- package/dist/core.umd.js +120 -115
- package/dist/core.umd.js.map +1 -1
- package/dist/core.umd.min.js +3 -3
- package/dist/core.umd.min.js.map +1 -1
- package/package.json +1 -1
package/dist/core.umd.js
CHANGED
|
@@ -5831,8 +5831,8 @@ function form_base_toPrimitive(input, hint) { if (form_base_typeof(input) !== "o
|
|
|
5831
5831
|
}
|
|
5832
5832
|
}
|
|
5833
5833
|
});
|
|
5834
|
-
// CONCATENATED MODULE: ../node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4325b732-vue-loader-template"}!../node_modules/cache-loader/dist/cjs.js??ref--13-0!../node_modules/babel-loader/lib!../node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!../node_modules/cache-loader/dist/cjs.js??ref--1-0!../node_modules/vue-loader/lib??vue-loader-options!../src/web/components/forms/Item.vue?vue&type=template&id=
|
|
5835
|
-
var
|
|
5834
|
+
// CONCATENATED MODULE: ../node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4325b732-vue-loader-template"}!../node_modules/cache-loader/dist/cjs.js??ref--13-0!../node_modules/babel-loader/lib!../node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!../node_modules/cache-loader/dist/cjs.js??ref--1-0!../node_modules/vue-loader/lib??vue-loader-options!../src/web/components/forms/Item.vue?vue&type=template&id=48fdead6&
|
|
5835
|
+
var Itemvue_type_template_id_48fdead6_render = function render() {
|
|
5836
5836
|
var _vm = this,
|
|
5837
5837
|
_c = _vm._self._c;
|
|
5838
5838
|
return (_vm.changeMode ? _vm.multiConditionStatus : _vm.showModel) ? _c('a-form-model-item', {
|
|
@@ -6563,9 +6563,9 @@ var Itemvue_type_template_id_a5ff2af0_render = function render() {
|
|
|
6563
6563
|
}
|
|
6564
6564
|
}, 'Picker', _vm.pickerViewOptions, false)) : _vm._e()], 1) : _vm._e()], 2) : _vm._e();
|
|
6565
6565
|
};
|
|
6566
|
-
var
|
|
6566
|
+
var Itemvue_type_template_id_48fdead6_staticRenderFns = [];
|
|
6567
6567
|
|
|
6568
|
-
// CONCATENATED MODULE: ../src/web/components/forms/Item.vue?vue&type=template&id=
|
|
6568
|
+
// CONCATENATED MODULE: ../src/web/components/forms/Item.vue?vue&type=template&id=48fdead6&
|
|
6569
6569
|
|
|
6570
6570
|
// CONCATENATED MODULE: ../src/core/form/item.js
|
|
6571
6571
|
function item_typeof(obj) { "@babel/helpers - typeof"; return item_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, item_typeof(obj); }
|
|
@@ -6656,6 +6656,10 @@ function item_toPrimitive(input, hint) { if (item_typeof(input) !== "object" ||
|
|
|
6656
6656
|
},
|
|
6657
6657
|
computed: {
|
|
6658
6658
|
placeholder: function placeholder() {
|
|
6659
|
+
var _this$schema, _this$schema$params, _this$schema$params$c;
|
|
6660
|
+
if ((_this$schema = this.schema) !== null && _this$schema !== void 0 && (_this$schema$params = _this$schema.params) !== null && _this$schema$params !== void 0 && (_this$schema$params$c = _this$schema$params.control) !== null && _this$schema$params$c !== void 0 && _this$schema$params$c.placeholder) {
|
|
6661
|
+
return this.schema.params.control.placeholder;
|
|
6662
|
+
}
|
|
6659
6663
|
return this.schema.alias || this.schema.name;
|
|
6660
6664
|
},
|
|
6661
6665
|
label: function label() {
|
|
@@ -6808,9 +6812,9 @@ function item_toPrimitive(input, hint) { if (item_typeof(input) !== "object" ||
|
|
|
6808
6812
|
return route;
|
|
6809
6813
|
},
|
|
6810
6814
|
async: function async() {
|
|
6811
|
-
var _this$
|
|
6812
|
-
dataType = _this$
|
|
6813
|
-
typeObject = _this$
|
|
6815
|
+
var _this$schema2 = this.schema,
|
|
6816
|
+
dataType = _this$schema2.dataType,
|
|
6817
|
+
typeObject = _this$schema2.typeObject;
|
|
6814
6818
|
if (dataType === 'wordbook' && typeObject) {
|
|
6815
6819
|
return typeObject.model.sync || false;
|
|
6816
6820
|
}
|
|
@@ -6822,12 +6826,12 @@ function item_toPrimitive(input, hint) { if (item_typeof(input) !== "object" ||
|
|
|
6822
6826
|
return treeUrl || null;
|
|
6823
6827
|
},
|
|
6824
6828
|
defaultValueUrl: function defaultValueUrl() {
|
|
6825
|
-
var _this$schema$
|
|
6826
|
-
_this$schema$
|
|
6827
|
-
_this$schema$
|
|
6828
|
-
_this$schema$
|
|
6829
|
-
_this$schema$
|
|
6830
|
-
defaultValueUrl = _this$schema$
|
|
6829
|
+
var _this$schema$params2 = this.schema.params,
|
|
6830
|
+
_this$schema$params3 = _this$schema$params2 === void 0 ? {} : _this$schema$params2,
|
|
6831
|
+
_this$schema$params3$ = _this$schema$params3.control,
|
|
6832
|
+
_this$schema$params3$2 = _this$schema$params3$ === void 0 ? {} : _this$schema$params3$,
|
|
6833
|
+
_this$schema$params3$3 = _this$schema$params3$2.defaultValueUrl,
|
|
6834
|
+
defaultValueUrl = _this$schema$params3$3 === void 0 ? '' : _this$schema$params3$3;
|
|
6831
6835
|
return defaultValueUrl;
|
|
6832
6836
|
}
|
|
6833
6837
|
},
|
|
@@ -6836,9 +6840,9 @@ function item_toPrimitive(input, hint) { if (item_typeof(input) !== "object" ||
|
|
|
6836
6840
|
},
|
|
6837
6841
|
methods: {
|
|
6838
6842
|
init: function init() {
|
|
6839
|
-
var _this$
|
|
6840
|
-
control = _this$
|
|
6841
|
-
metaType = _this$
|
|
6843
|
+
var _this$schema3 = this.schema,
|
|
6844
|
+
control = _this$schema3.control,
|
|
6845
|
+
metaType = _this$schema3.metaType;
|
|
6842
6846
|
if (this.defaultValueUrl && !this.defaultValue) this.getDefaultValueUrl();
|
|
6843
6847
|
this.watch();
|
|
6844
6848
|
if (control === 'view-select') this.initPicker();
|
|
@@ -6849,15 +6853,15 @@ function item_toPrimitive(input, hint) { if (item_typeof(input) !== "object" ||
|
|
|
6849
6853
|
if (this.treeUrl) this.handleLoadTreeData();
|
|
6850
6854
|
},
|
|
6851
6855
|
initPicker: function initPicker() {
|
|
6852
|
-
var _this$
|
|
6853
|
-
_this$
|
|
6854
|
-
_this$
|
|
6855
|
-
_this$
|
|
6856
|
-
_this$
|
|
6857
|
-
displayValue = _this$
|
|
6858
|
-
realValue = _this$
|
|
6859
|
-
labelValue = _this$
|
|
6860
|
-
name = _this$
|
|
6856
|
+
var _this$schema4 = this.schema,
|
|
6857
|
+
_this$schema4$params = _this$schema4.params,
|
|
6858
|
+
_this$schema4$params2 = _this$schema4$params === void 0 ? {} : _this$schema4$params,
|
|
6859
|
+
_this$schema4$params3 = _this$schema4$params2.control,
|
|
6860
|
+
_this$schema4$params4 = _this$schema4$params3 === void 0 ? {} : _this$schema4$params3,
|
|
6861
|
+
displayValue = _this$schema4$params4.displayValue,
|
|
6862
|
+
realValue = _this$schema4$params4.realValue,
|
|
6863
|
+
labelValue = _this$schema4$params4.labelValue,
|
|
6864
|
+
name = _this$schema4.name;
|
|
6861
6865
|
var key = labelValue || displayValue || name;
|
|
6862
6866
|
var value = realValue;
|
|
6863
6867
|
this.valueLabel = this.formModel[key];
|
|
@@ -6906,12 +6910,12 @@ function item_toPrimitive(input, hint) { if (item_typeof(input) !== "object" ||
|
|
|
6906
6910
|
reset: function reset() {},
|
|
6907
6911
|
watch: function watch() {
|
|
6908
6912
|
var _this3 = this;
|
|
6909
|
-
var _this$schema$
|
|
6910
|
-
_this$schema$
|
|
6911
|
-
_this$schema$
|
|
6912
|
-
_this$schema$
|
|
6913
|
-
events = _this$schema$
|
|
6914
|
-
changeMode = _this$schema$
|
|
6913
|
+
var _this$schema$params4 = this.schema.params,
|
|
6914
|
+
_this$schema$params5 = _this$schema$params4 === void 0 ? {} : _this$schema$params4,
|
|
6915
|
+
_this$schema$params5$ = _this$schema$params5.control,
|
|
6916
|
+
_this$schema$params5$2 = _this$schema$params5$ === void 0 ? {} : _this$schema$params5$,
|
|
6917
|
+
events = _this$schema$params5$2.events,
|
|
6918
|
+
changeMode = _this$schema$params5$2.changeMode;
|
|
6915
6919
|
if (changeMode) this.changeMode = changeMode;
|
|
6916
6920
|
if (events) {
|
|
6917
6921
|
var _loop = function _loop() {
|
|
@@ -7050,11 +7054,11 @@ function item_toPrimitive(input, hint) { if (item_typeof(input) !== "object" ||
|
|
|
7050
7054
|
},
|
|
7051
7055
|
expression: function expression() {},
|
|
7052
7056
|
handlePickerShow: function handlePickerShow() {
|
|
7053
|
-
var _this$schema$
|
|
7054
|
-
_this$schema$
|
|
7055
|
-
_this$schema$
|
|
7056
|
-
_this$schema$
|
|
7057
|
-
multiple = _this$schema$
|
|
7057
|
+
var _this$schema$params6 = this.schema.params,
|
|
7058
|
+
_this$schema$params7 = _this$schema$params6 === void 0 ? {} : _this$schema$params6,
|
|
7059
|
+
_this$schema$params7$ = _this$schema$params7.control,
|
|
7060
|
+
_this$schema$params7$2 = _this$schema$params7$ === void 0 ? {} : _this$schema$params7$,
|
|
7061
|
+
multiple = _this$schema$params7$2.multiple;
|
|
7058
7062
|
this.pickerViewOptions = {
|
|
7059
7063
|
schema: this.schema,
|
|
7060
7064
|
filters: this.pickerFilter,
|
|
@@ -7070,16 +7074,16 @@ function item_toPrimitive(input, hint) { if (item_typeof(input) !== "object" ||
|
|
|
7070
7074
|
this.selections = [];
|
|
7071
7075
|
},
|
|
7072
7076
|
handlePickerComplete: function handlePickerComplete() {
|
|
7073
|
-
var _this$
|
|
7074
|
-
control = _this$
|
|
7075
|
-
_this$
|
|
7076
|
-
_this$
|
|
7077
|
-
_this$
|
|
7078
|
-
_this$
|
|
7079
|
-
displayValue = _this$
|
|
7080
|
-
realValue = _this$
|
|
7081
|
-
multiple = _this$
|
|
7082
|
-
fills = _this$
|
|
7077
|
+
var _this$schema5 = this.schema,
|
|
7078
|
+
control = _this$schema5.control,
|
|
7079
|
+
_this$schema5$params = _this$schema5.params,
|
|
7080
|
+
_this$schema5$params2 = _this$schema5$params === void 0 ? {} : _this$schema5$params,
|
|
7081
|
+
_this$schema5$params3 = _this$schema5$params2.control,
|
|
7082
|
+
_this$schema5$params4 = _this$schema5$params3 === void 0 ? {} : _this$schema5$params3,
|
|
7083
|
+
displayValue = _this$schema5$params4.displayValue,
|
|
7084
|
+
realValue = _this$schema5$params4.realValue,
|
|
7085
|
+
multiple = _this$schema5$params4.multiple,
|
|
7086
|
+
fills = _this$schema5$params4.fills;
|
|
7083
7087
|
var pickerView = this.$refs.picker && this.$refs.picker.$refs.view;
|
|
7084
7088
|
var idName = realValue || pickerView.idName;
|
|
7085
7089
|
var labelName = displayValue || pickerView.titleName || pickerView.idName;
|
|
@@ -7112,11 +7116,11 @@ function item_toPrimitive(input, hint) { if (item_typeof(input) !== "object" ||
|
|
|
7112
7116
|
this.handlePickerClose();
|
|
7113
7117
|
},
|
|
7114
7118
|
handleMapComplete: function handleMapComplete(position) {
|
|
7115
|
-
var _this$schema$
|
|
7116
|
-
_this$schema$
|
|
7117
|
-
_this$schema$
|
|
7118
|
-
_this$schema$
|
|
7119
|
-
fills = _this$schema$
|
|
7119
|
+
var _this$schema$params8 = this.schema.params,
|
|
7120
|
+
_this$schema$params9 = _this$schema$params8 === void 0 ? {} : _this$schema$params8,
|
|
7121
|
+
_this$schema$params9$ = _this$schema$params9.control,
|
|
7122
|
+
_this$schema$params9$2 = _this$schema$params9$ === void 0 ? {} : _this$schema$params9$,
|
|
7123
|
+
fills = _this$schema$params9$2.fills;
|
|
7120
7124
|
if (fills) {
|
|
7121
7125
|
var fillsModel = Object.keys(fills).map(function (f) {
|
|
7122
7126
|
return {
|
|
@@ -9051,7 +9055,10 @@ var Popup_component = normalizeComponent(
|
|
|
9051
9055
|
// this.schema.required
|
|
9052
9056
|
// 云效任务:JKQJ-19V3:V3下拉菜单必填时,没有默认选择第一条
|
|
9053
9057
|
if (['select', 'chosen'].includes(this.schema.control) && this.options.length && ([true, 'true', 1, '1', 'Yes', 'Y', 'y', 'on'].includes(this.configs['select-first-option']) || this.schema.required && ![false, 'false', 0, '0', 'No', 'N', 'n', 'off'].includes(this.configs['select-first-option']))) {
|
|
9054
|
-
|
|
9058
|
+
// 云效任务:JKQJ-30 下拉必选覆盖已有值问题修复
|
|
9059
|
+
if (!this.value) {
|
|
9060
|
+
this.$emit('change', this.options[0].value);
|
|
9061
|
+
}
|
|
9055
9062
|
}
|
|
9056
9063
|
},
|
|
9057
9064
|
watch: {
|
|
@@ -9066,8 +9073,8 @@ var Popup_component = normalizeComponent(
|
|
|
9066
9073
|
});
|
|
9067
9074
|
// CONCATENATED MODULE: ../src/web/components/forms/Item.vue?vue&type=script&lang=js&
|
|
9068
9075
|
/* harmony default export */ var forms_Itemvue_type_script_lang_js_ = (Itemvue_type_script_lang_js_);
|
|
9069
|
-
// EXTERNAL MODULE: ../src/web/components/forms/Item.vue?vue&type=style&index=0&id=
|
|
9070
|
-
var
|
|
9076
|
+
// EXTERNAL MODULE: ../src/web/components/forms/Item.vue?vue&type=style&index=0&id=48fdead6&prod&lang=less&
|
|
9077
|
+
var Itemvue_type_style_index_0_id_48fdead6_prod_lang_less_ = __webpack_require__("4089");
|
|
9071
9078
|
|
|
9072
9079
|
// CONCATENATED MODULE: ../src/web/components/forms/Item.vue
|
|
9073
9080
|
|
|
@@ -9080,8 +9087,8 @@ var Itemvue_type_style_index_0_id_a5ff2af0_prod_lang_less_ = __webpack_require__
|
|
|
9080
9087
|
|
|
9081
9088
|
var Item_component = normalizeComponent(
|
|
9082
9089
|
forms_Itemvue_type_script_lang_js_,
|
|
9083
|
-
|
|
9084
|
-
|
|
9090
|
+
Itemvue_type_template_id_48fdead6_render,
|
|
9091
|
+
Itemvue_type_template_id_48fdead6_staticRenderFns,
|
|
9085
9092
|
false,
|
|
9086
9093
|
null,
|
|
9087
9094
|
null,
|
|
@@ -10868,14 +10875,14 @@ var Tile_component = normalizeComponent(
|
|
|
10868
10875
|
)
|
|
10869
10876
|
|
|
10870
10877
|
/* harmony default export */ var Tile = (Tile_component.exports);
|
|
10871
|
-
// CONCATENATED MODULE: ../node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4325b732-vue-loader-template"}!../node_modules/cache-loader/dist/cjs.js??ref--13-0!../node_modules/babel-loader/lib!../node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!../node_modules/cache-loader/dist/cjs.js??ref--1-0!../node_modules/vue-loader/lib??vue-loader-options!../src/web/components/widgets/profile/Tabs.vue?vue&type=template&id=
|
|
10872
|
-
function
|
|
10873
|
-
function
|
|
10874
|
-
function
|
|
10875
|
-
function
|
|
10876
|
-
function
|
|
10877
|
-
function
|
|
10878
|
-
var
|
|
10878
|
+
// CONCATENATED MODULE: ../node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4325b732-vue-loader-template"}!../node_modules/cache-loader/dist/cjs.js??ref--13-0!../node_modules/babel-loader/lib!../node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!../node_modules/cache-loader/dist/cjs.js??ref--1-0!../node_modules/vue-loader/lib??vue-loader-options!../src/web/components/widgets/profile/Tabs.vue?vue&type=template&id=8b8d3f24&
|
|
10879
|
+
function Tabsvue_type_template_id_8b8d3f24_toConsumableArray(arr) { return Tabsvue_type_template_id_8b8d3f24_arrayWithoutHoles(arr) || Tabsvue_type_template_id_8b8d3f24_iterableToArray(arr) || Tabsvue_type_template_id_8b8d3f24_unsupportedIterableToArray(arr) || Tabsvue_type_template_id_8b8d3f24_nonIterableSpread(); }
|
|
10880
|
+
function Tabsvue_type_template_id_8b8d3f24_nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
10881
|
+
function Tabsvue_type_template_id_8b8d3f24_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Tabsvue_type_template_id_8b8d3f24_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Tabsvue_type_template_id_8b8d3f24_arrayLikeToArray(o, minLen); }
|
|
10882
|
+
function Tabsvue_type_template_id_8b8d3f24_iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
10883
|
+
function Tabsvue_type_template_id_8b8d3f24_arrayWithoutHoles(arr) { if (Array.isArray(arr)) return Tabsvue_type_template_id_8b8d3f24_arrayLikeToArray(arr); }
|
|
10884
|
+
function Tabsvue_type_template_id_8b8d3f24_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
10885
|
+
var Tabsvue_type_template_id_8b8d3f24_render = function render() {
|
|
10879
10886
|
var _vm = this,
|
|
10880
10887
|
_c = _vm._self._c;
|
|
10881
10888
|
return _vm.tabs.length ? _c('div', [_vm.basicAttrsColumns.length ? _c('Descriptions', {
|
|
@@ -10976,7 +10983,7 @@ var Tabsvue_type_template_id_288bdf74_render = function render() {
|
|
|
10976
10983
|
tag: "component",
|
|
10977
10984
|
attrs: {
|
|
10978
10985
|
"layout": "layout-view-model-list-embed",
|
|
10979
|
-
"parentIds": [].concat(
|
|
10986
|
+
"parentIds": [].concat(Tabsvue_type_template_id_8b8d3f24_toConsumableArray(_vm.parentIds || []), [_vm.id]),
|
|
10980
10987
|
"pageKey": _vm.pageKey,
|
|
10981
10988
|
"viewKey": t.name,
|
|
10982
10989
|
"params": {
|
|
@@ -10986,9 +10993,9 @@ var Tabsvue_type_template_id_288bdf74_render = function render() {
|
|
|
10986
10993
|
})], 1)], 1);
|
|
10987
10994
|
}), 1)], 1) : _vm._e();
|
|
10988
10995
|
};
|
|
10989
|
-
var
|
|
10996
|
+
var Tabsvue_type_template_id_8b8d3f24_staticRenderFns = [];
|
|
10990
10997
|
|
|
10991
|
-
// CONCATENATED MODULE: ../src/web/components/widgets/profile/Tabs.vue?vue&type=template&id=
|
|
10998
|
+
// CONCATENATED MODULE: ../src/web/components/widgets/profile/Tabs.vue?vue&type=template&id=8b8d3f24&
|
|
10992
10999
|
|
|
10993
11000
|
// CONCATENATED MODULE: ../node_modules/cache-loader/dist/cjs.js??ref--13-0!../node_modules/thread-loader/dist/cjs.js!../node_modules/babel-loader/lib!../node_modules/cache-loader/dist/cjs.js??ref--1-0!../node_modules/vue-loader/lib??vue-loader-options!../src/web/components/widgets/profile/Tabs.vue?vue&type=script&lang=js&
|
|
10994
11001
|
function Tabsvue_type_script_lang_js_typeof(obj) { "@babel/helpers - typeof"; return Tabsvue_type_script_lang_js_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, Tabsvue_type_script_lang_js_typeof(obj); }
|
|
@@ -11044,10 +11051,6 @@ var Tabsvue_type_script_lang_js_DescriptionsItem = descriptions_Index.Descriptio
|
|
|
11044
11051
|
data: function data() {
|
|
11045
11052
|
return {
|
|
11046
11053
|
activeTabKey: '0',
|
|
11047
|
-
views: [{
|
|
11048
|
-
name: '详情',
|
|
11049
|
-
type: 'profile'
|
|
11050
|
-
}].concat(Tabsvue_type_script_lang_js_toConsumableArray(this.subviews)),
|
|
11051
11054
|
id: this.view.id,
|
|
11052
11055
|
parentIds: this.view.parentIds && Tabsvue_type_script_lang_js_toConsumableArray(this.view.parentIds),
|
|
11053
11056
|
storeNamespace: this.view.storeNamespace,
|
|
@@ -11127,22 +11130,24 @@ var Tabsvue_type_script_lang_js_DescriptionsItem = descriptions_Index.Descriptio
|
|
|
11127
11130
|
return this.basicAttrs.length ? this.columns.filter(function (c) {
|
|
11128
11131
|
return _this4.basicAttrs.includes(c.name);
|
|
11129
11132
|
}) : [];
|
|
11133
|
+
},
|
|
11134
|
+
views: function views() {
|
|
11135
|
+
return [{
|
|
11136
|
+
name: this.view.configs && this.view.configs['profile.tabs.profileTitle'] ? this.view.configs['profile.tabs.profileTitle'] : '详情',
|
|
11137
|
+
type: 'profile'
|
|
11138
|
+
}].concat(Tabsvue_type_script_lang_js_toConsumableArray(this.subviews));
|
|
11130
11139
|
}
|
|
11131
11140
|
},
|
|
11132
11141
|
watch: {
|
|
11133
11142
|
profile: function profile() {
|
|
11134
|
-
this.views = [{
|
|
11135
|
-
name: '详情',
|
|
11136
|
-
type: 'profile'
|
|
11137
|
-
}].concat(Tabsvue_type_script_lang_js_toConsumableArray(this.subviews));
|
|
11138
11143
|
this.id = this.view.id;
|
|
11139
11144
|
}
|
|
11140
11145
|
}
|
|
11141
11146
|
});
|
|
11142
11147
|
// CONCATENATED MODULE: ../src/web/components/widgets/profile/Tabs.vue?vue&type=script&lang=js&
|
|
11143
11148
|
/* harmony default export */ var profile_Tabsvue_type_script_lang_js_ = (Tabsvue_type_script_lang_js_);
|
|
11144
|
-
// EXTERNAL MODULE: ../src/web/components/widgets/profile/Tabs.vue?vue&type=style&index=0&id=
|
|
11145
|
-
var
|
|
11149
|
+
// EXTERNAL MODULE: ../src/web/components/widgets/profile/Tabs.vue?vue&type=style&index=0&id=8b8d3f24&prod&lang=less&
|
|
11150
|
+
var Tabsvue_type_style_index_0_id_8b8d3f24_prod_lang_less_ = __webpack_require__("2a6c");
|
|
11146
11151
|
|
|
11147
11152
|
// CONCATENATED MODULE: ../src/web/components/widgets/profile/Tabs.vue
|
|
11148
11153
|
|
|
@@ -11155,8 +11160,8 @@ var Tabsvue_type_style_index_0_id_288bdf74_prod_lang_less_ = __webpack_require__
|
|
|
11155
11160
|
|
|
11156
11161
|
var Tabs_component = normalizeComponent(
|
|
11157
11162
|
profile_Tabsvue_type_script_lang_js_,
|
|
11158
|
-
|
|
11159
|
-
|
|
11163
|
+
Tabsvue_type_template_id_8b8d3f24_render,
|
|
11164
|
+
Tabsvue_type_template_id_8b8d3f24_staticRenderFns,
|
|
11160
11165
|
false,
|
|
11161
11166
|
null,
|
|
11162
11167
|
null,
|
|
@@ -29331,6 +29336,17 @@ function fromByteArray (uint8) {
|
|
|
29331
29336
|
}
|
|
29332
29337
|
|
|
29333
29338
|
|
|
29339
|
+
/***/ }),
|
|
29340
|
+
|
|
29341
|
+
/***/ "2a6c":
|
|
29342
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
29343
|
+
|
|
29344
|
+
"use strict";
|
|
29345
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_11_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_11_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_11_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_11_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Tabs_vue_vue_type_style_index_0_id_8b8d3f24_prod_lang_less___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("9013");
|
|
29346
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_11_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_11_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_11_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_11_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Tabs_vue_vue_type_style_index_0_id_8b8d3f24_prod_lang_less___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_11_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_11_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_11_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_11_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Tabs_vue_vue_type_style_index_0_id_8b8d3f24_prod_lang_less___WEBPACK_IMPORTED_MODULE_0__);
|
|
29347
|
+
/* unused harmony reexport * */
|
|
29348
|
+
|
|
29349
|
+
|
|
29334
29350
|
/***/ }),
|
|
29335
29351
|
|
|
29336
29352
|
/***/ "2b25":
|
|
@@ -29507,6 +29523,13 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__336c__;
|
|
|
29507
29523
|
|
|
29508
29524
|
/***/ }),
|
|
29509
29525
|
|
|
29526
|
+
/***/ "338e":
|
|
29527
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
29528
|
+
|
|
29529
|
+
// extracted by mini-css-extract-plugin
|
|
29530
|
+
|
|
29531
|
+
/***/ }),
|
|
29532
|
+
|
|
29510
29533
|
/***/ "3593":
|
|
29511
29534
|
/***/ (function(module, exports) {
|
|
29512
29535
|
|
|
@@ -29526,6 +29549,17 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__336c__;
|
|
|
29526
29549
|
|
|
29527
29550
|
// extracted by mini-css-extract-plugin
|
|
29528
29551
|
|
|
29552
|
+
/***/ }),
|
|
29553
|
+
|
|
29554
|
+
/***/ "4089":
|
|
29555
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
29556
|
+
|
|
29557
|
+
"use strict";
|
|
29558
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_11_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_11_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_11_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_11_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Item_vue_vue_type_style_index_0_id_48fdead6_prod_lang_less___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("338e");
|
|
29559
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_11_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_11_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_11_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_11_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Item_vue_vue_type_style_index_0_id_48fdead6_prod_lang_less___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_11_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_11_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_11_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_11_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Item_vue_vue_type_style_index_0_id_48fdead6_prod_lang_less___WEBPACK_IMPORTED_MODULE_0__);
|
|
29560
|
+
/* unused harmony reexport * */
|
|
29561
|
+
|
|
29562
|
+
|
|
29529
29563
|
/***/ }),
|
|
29530
29564
|
|
|
29531
29565
|
/***/ "4102":
|
|
@@ -29551,17 +29585,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__336c__;
|
|
|
29551
29585
|
|
|
29552
29586
|
// extracted by mini-css-extract-plugin
|
|
29553
29587
|
|
|
29554
|
-
/***/ }),
|
|
29555
|
-
|
|
29556
|
-
/***/ "4c8b":
|
|
29557
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
29558
|
-
|
|
29559
|
-
"use strict";
|
|
29560
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_11_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_11_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_11_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_11_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Item_vue_vue_type_style_index_0_id_a5ff2af0_prod_lang_less___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("724c");
|
|
29561
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_11_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_11_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_11_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_11_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Item_vue_vue_type_style_index_0_id_a5ff2af0_prod_lang_less___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_11_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_11_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_11_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_11_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Item_vue_vue_type_style_index_0_id_a5ff2af0_prod_lang_less___WEBPACK_IMPORTED_MODULE_0__);
|
|
29562
|
-
/* unused harmony reexport * */
|
|
29563
|
-
|
|
29564
|
-
|
|
29565
29588
|
/***/ }),
|
|
29566
29589
|
|
|
29567
29590
|
/***/ "517c":
|
|
@@ -29587,17 +29610,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__336c__;
|
|
|
29587
29610
|
/* unused harmony reexport * */
|
|
29588
29611
|
|
|
29589
29612
|
|
|
29590
|
-
/***/ }),
|
|
29591
|
-
|
|
29592
|
-
/***/ "540a":
|
|
29593
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
29594
|
-
|
|
29595
|
-
"use strict";
|
|
29596
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_11_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_11_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_11_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_11_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Tabs_vue_vue_type_style_index_0_id_288bdf74_prod_lang_less___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("dbf7");
|
|
29597
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_11_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_11_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_11_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_11_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Tabs_vue_vue_type_style_index_0_id_288bdf74_prod_lang_less___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_11_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_11_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_11_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_11_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Tabs_vue_vue_type_style_index_0_id_288bdf74_prod_lang_less___WEBPACK_IMPORTED_MODULE_0__);
|
|
29598
|
-
/* unused harmony reexport * */
|
|
29599
|
-
|
|
29600
|
-
|
|
29601
29613
|
/***/ }),
|
|
29602
29614
|
|
|
29603
29615
|
/***/ "55ab":
|
|
@@ -30701,13 +30713,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__6389__;
|
|
|
30701
30713
|
|
|
30702
30714
|
/***/ }),
|
|
30703
30715
|
|
|
30704
|
-
/***/ "724c":
|
|
30705
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
30706
|
-
|
|
30707
|
-
// extracted by mini-css-extract-plugin
|
|
30708
|
-
|
|
30709
|
-
/***/ }),
|
|
30710
|
-
|
|
30711
30716
|
/***/ "727b":
|
|
30712
30717
|
/***/ (function(module, exports, __webpack_require__) {
|
|
30713
30718
|
|
|
@@ -42403,6 +42408,13 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8bbf__;
|
|
|
42403
42408
|
|
|
42404
42409
|
/***/ }),
|
|
42405
42410
|
|
|
42411
|
+
/***/ "9013":
|
|
42412
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
42413
|
+
|
|
42414
|
+
// extracted by mini-css-extract-plugin
|
|
42415
|
+
|
|
42416
|
+
/***/ }),
|
|
42417
|
+
|
|
42406
42418
|
/***/ "91a8":
|
|
42407
42419
|
/***/ (function(module, exports) {
|
|
42408
42420
|
|
|
@@ -47043,13 +47055,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_cebe__;
|
|
|
47043
47055
|
|
|
47044
47056
|
/***/ }),
|
|
47045
47057
|
|
|
47046
|
-
/***/ "dbf7":
|
|
47047
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
47048
|
-
|
|
47049
|
-
// extracted by mini-css-extract-plugin
|
|
47050
|
-
|
|
47051
|
-
/***/ }),
|
|
47052
|
-
|
|
47053
47058
|
/***/ "dc36":
|
|
47054
47059
|
/***/ (function(module, exports, __webpack_require__) {
|
|
47055
47060
|
|