eoss-ui 0.7.29 → 0.7.30
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 +10 -10
- package/lib/index.js +1 -1
- package/lib/main.js +9 -9
- package/package.json +1 -1
- package/packages/.DS_Store +0 -0
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/simplicity/index.vue +4 -3
- package/src/index.js +1 -1
package/lib/eoss-ui.common.js
CHANGED
|
@@ -60685,8 +60685,8 @@ mainvue_type_template_id_0d6a4fb9_render._withStripped = true
|
|
|
60685
60685
|
|
|
60686
60686
|
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=0d6a4fb9&
|
|
60687
60687
|
|
|
60688
|
-
// 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=
|
|
60689
|
-
var
|
|
60688
|
+
// 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=7b83b98f&scoped=true&
|
|
60689
|
+
var simplicityvue_type_template_id_7b83b98f_scoped_true_render = function () {
|
|
60690
60690
|
var _vm = this
|
|
60691
60691
|
var _h = _vm.$createElement
|
|
60692
60692
|
var _c = _vm._self._c || _h
|
|
@@ -61390,11 +61390,11 @@ var simplicityvue_type_template_id_5b9d34eb_scoped_true_render = function () {
|
|
|
61390
61390
|
),
|
|
61391
61391
|
])
|
|
61392
61392
|
}
|
|
61393
|
-
var
|
|
61394
|
-
|
|
61393
|
+
var simplicityvue_type_template_id_7b83b98f_scoped_true_staticRenderFns = []
|
|
61394
|
+
simplicityvue_type_template_id_7b83b98f_scoped_true_render._withStripped = true
|
|
61395
61395
|
|
|
61396
61396
|
|
|
61397
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=
|
|
61397
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=7b83b98f&scoped=true&
|
|
61398
61398
|
|
|
61399
61399
|
// 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&
|
|
61400
61400
|
var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
|
|
@@ -68486,7 +68486,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68486
68486
|
* @date 2024年9月7日
|
|
68487
68487
|
**/
|
|
68488
68488
|
handleRefresh: function handleRefresh(arg) {
|
|
68489
|
-
var i = arg ? utils_util["a" /* default */].indexOfObj(this.tabs, arg, 'appCode,code,id,url') : utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
|
|
68489
|
+
var i = arg && arg != true ? utils_util["a" /* default */].indexOfObj(this.tabs, arg, 'appCode,code,id,url') : utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
|
|
68490
68490
|
var tab = this.tabs[i];
|
|
68491
68491
|
if (tab.method === 'iframe') {
|
|
68492
68492
|
tab.url = utils_util["a" /* default */].handlerUrl(tab.url);
|
|
@@ -68927,11 +68927,11 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68927
68927
|
|
|
68928
68928
|
var simplicity_component = normalizeComponent(
|
|
68929
68929
|
src_simplicityvue_type_script_lang_js_,
|
|
68930
|
-
|
|
68931
|
-
|
|
68930
|
+
simplicityvue_type_template_id_7b83b98f_scoped_true_render,
|
|
68931
|
+
simplicityvue_type_template_id_7b83b98f_scoped_true_staticRenderFns,
|
|
68932
68932
|
false,
|
|
68933
68933
|
null,
|
|
68934
|
-
"
|
|
68934
|
+
"7b83b98f",
|
|
68935
68935
|
null
|
|
68936
68936
|
|
|
68937
68937
|
)
|
|
@@ -94200,7 +94200,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
94200
94200
|
}
|
|
94201
94201
|
|
|
94202
94202
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
94203
|
-
version: '0.7.
|
|
94203
|
+
version: '0.7.30',
|
|
94204
94204
|
install: install,
|
|
94205
94205
|
Button: packages_button,
|
|
94206
94206
|
ButtonGroup: button_group,
|