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/main.js
CHANGED
|
@@ -4638,8 +4638,8 @@ render._withStripped = true
|
|
|
4638
4638
|
// EXTERNAL MODULE: ./src/config/image.js
|
|
4639
4639
|
var config_image = __webpack_require__(20);
|
|
4640
4640
|
|
|
4641
|
-
// 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=
|
|
4642
|
-
var
|
|
4641
|
+
// 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&
|
|
4642
|
+
var simplicityvue_type_template_id_7b83b98f_scoped_true_render = function () {
|
|
4643
4643
|
var _vm = this
|
|
4644
4644
|
var _h = _vm.$createElement
|
|
4645
4645
|
var _c = _vm._self._c || _h
|
|
@@ -5343,11 +5343,11 @@ var simplicityvue_type_template_id_5b9d34eb_scoped_true_render = function () {
|
|
|
5343
5343
|
),
|
|
5344
5344
|
])
|
|
5345
5345
|
}
|
|
5346
|
-
var
|
|
5347
|
-
|
|
5346
|
+
var simplicityvue_type_template_id_7b83b98f_scoped_true_staticRenderFns = []
|
|
5347
|
+
simplicityvue_type_template_id_7b83b98f_scoped_true_render._withStripped = true
|
|
5348
5348
|
|
|
5349
5349
|
|
|
5350
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=
|
|
5350
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=7b83b98f&scoped=true&
|
|
5351
5351
|
|
|
5352
5352
|
// 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&
|
|
5353
5353
|
var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
|
|
@@ -12454,7 +12454,7 @@ var events = [function (tabs, index, that) {
|
|
|
12454
12454
|
* @date 2024年9月7日
|
|
12455
12455
|
**/
|
|
12456
12456
|
handleRefresh: function handleRefresh(arg) {
|
|
12457
|
-
var i = arg ? util["a" /* default */].indexOfObj(this.tabs, arg, 'appCode,code,id,url') : util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
|
|
12457
|
+
var i = arg && arg != true ? util["a" /* default */].indexOfObj(this.tabs, arg, 'appCode,code,id,url') : util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
|
|
12458
12458
|
var tab = this.tabs[i];
|
|
12459
12459
|
if (tab.method === 'iframe') {
|
|
12460
12460
|
tab.url = util["a" /* default */].handlerUrl(tab.url);
|
|
@@ -12895,11 +12895,11 @@ var events = [function (tabs, index, that) {
|
|
|
12895
12895
|
|
|
12896
12896
|
var simplicity_component = Object(componentNormalizer["a" /* default */])(
|
|
12897
12897
|
src_simplicityvue_type_script_lang_js_,
|
|
12898
|
-
|
|
12899
|
-
|
|
12898
|
+
simplicityvue_type_template_id_7b83b98f_scoped_true_render,
|
|
12899
|
+
simplicityvue_type_template_id_7b83b98f_scoped_true_staticRenderFns,
|
|
12900
12900
|
false,
|
|
12901
12901
|
null,
|
|
12902
|
-
"
|
|
12902
|
+
"7b83b98f",
|
|
12903
12903
|
null
|
|
12904
12904
|
|
|
12905
12905
|
)
|
package/package.json
CHANGED
package/packages/.DS_Store
CHANGED
|
Binary file
|
package/packages/main/.DS_Store
CHANGED
|
Binary file
|
|
@@ -1803,9 +1803,10 @@ export default {
|
|
|
1803
1803
|
* @date 2024年9月7日
|
|
1804
1804
|
**/
|
|
1805
1805
|
handleRefresh(arg) {
|
|
1806
|
-
let i =
|
|
1807
|
-
|
|
1808
|
-
|
|
1806
|
+
let i =
|
|
1807
|
+
arg && arg != true
|
|
1808
|
+
? util.indexOfObj(this.tabs, arg, 'appCode,code,id,url')
|
|
1809
|
+
: util.indexOfObj(this.tabs, this.activeName, 'id');
|
|
1809
1810
|
let tab = this.tabs[i];
|
|
1810
1811
|
if (tab.method === 'iframe') {
|
|
1811
1812
|
tab.url = util.handlerUrl(tab.url);
|