@indfnd/common-mobile 0.0.111 → 0.0.113

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/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.0.113](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.112...v0.0.113) (2025-11-06)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * 更改新应用广场样式 ([4136fbc](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/4136fbcff00edcf37d15932ea7b16f238aef3320))
11
+
12
+ ### [0.0.112](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.111...v0.0.112) (2025-11-01)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * 改造 ([d9b834a](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/d9b834a3220c043464ada9e977608e748521f5ba))
18
+ * 改造 ([3b45245](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/3b452456dc1f301ef429146e0e325f22f1a9c88b))
19
+ * 修改 ([e066bda](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/e066bda325b1c47b34299a807b8a99d7fcfc1e92))
20
+
5
21
  ### [0.0.111](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.110...v0.0.111) (2025-10-29)
6
22
 
7
23
 
@@ -2,7 +2,7 @@ import { getQuarterNum, getHalfYearNum, formatDate, useConfig, getLocalStorage,
2
2
  import Vue$1 from "vue";
3
3
  import { DropdownMenu as DropdownMenu$1, DropdownItem as DropdownItem$1, Message, LoadingBar, Spin } from "view-design";
4
4
  const name$1 = "@indfnd/common-mobile";
5
- const version$2 = "0.0.110";
5
+ const version$2 = "0.0.112";
6
6
  const author$1 = "huxuetong";
7
7
  const publishConfig = {
8
8
  registry: "https://registry.npmjs.org/"
@@ -69498,7 +69498,7 @@ var render$3 = function() {
69498
69498
  return _c("van-grid-item", { key: idx }, [_c("apps-item", { attrs: { "item": item2, "state": item2.state, "editStatus": "off" }, on: { "touchend": _vm.routeTo } })], 1);
69499
69499
  }), 1)], 1), _c("myapp", { attrs: { "icons": _vm.myAppList, "expanded": _vm.disMyapp }, on: { "edit": _vm.edit, "open": _vm.open } }, [_vm.disMyapp ? _c("div", { staticStyle: { "width": "100%", "height": "auto", "background-color": "#fff" } }, [_c("van-swipe", { attrs: { "show-indicators": true, "loop": false, "indicator-color": "#005aaf" } }, _vm._l(_vm.paginatedApps, function(page, pageIdx) {
69500
69500
  return _c("van-swipe-item", { key: pageIdx }, [_c("div", { style: { paddingBottom: _vm.paginatedApps.length > 1 ? "20px" : "0" } }, [_c("van-grid", { attrs: { "column-num": 4, "border": false } }, _vm._l(page, function(item2, idx) {
69501
- return _c("van-grid-item", { key: idx }, [_c("apps-item", { attrs: { "item": item2, "state": item2.state, "editStatus": _vm.currentEditStatus == "on" ? "minus" : "off" }, on: { "touchend": _vm.rmFromMyAppsClick } })], 1);
69501
+ return _c("van-grid-item", { key: idx }, [_c("apps-item", { attrs: { "item": item2, "state": item2.state, "editStatus": _vm.currentEditStatus == "on" ? "minus" : "off" }, on: { "touchend": _vm.routeTo } })], 1);
69502
69502
  }), 1)], 1)]);
69503
69503
  }), 1)], 1) : _vm._e()]), _c("div", [_c("div", { staticClass: "customnnnmmmm-tabs-header-wrapper" }, [_c("div", { ref: "tabsHeader", staticClass: "customnnnmmmm-tabs-header" }, _vm._l(_vm.apps_menus, function(tab, idx) {
69504
69504
  return _c("div", { key: "tab" + idx, staticClass: "customnnnmmmm-tab-item", class: { active: _vm.active === idx }, on: { "click": function($event) {
@@ -69506,7 +69506,7 @@ var render$3 = function() {
69506
69506
  } } }, [_c("div", { staticClass: "customnnnmmmm-tab-item-top", class: { active: _vm.active === idx } }, [_vm._v(" " + _vm._s(tab.meta.title) + " ")]), _c("div", { staticClass: "customnnnmmmm-tab-item-bottom", class: { active: _vm.active === idx } })]);
69507
69507
  }), 0)]), _c("div", { staticClass: "ind-my-app-container", style: { height: _vm.disMyapp ? "calc(100vh - 480px)" : "calc(100vh - 270px)" } }, _vm._l(_vm.apps_menus, function(firstLevel, index2) {
69508
69508
  return _c("div", { key: index2, ref: "contentSection" + index2, refInFor: true, staticClass: "ind-my-app-container-square" }, [_c("div", { staticClass: "ind-my-app-container-square-title" }, [_vm._v(_vm._s(firstLevel.meta.title))]), _c("van-grid", { attrs: { "column-num": 4, "border": false } }, _vm._l(firstLevel.children, function(item2) {
69509
- return _c("van-grid-item", { key: item2.meta.permissionId }, [_c("apps-item", { attrs: { "item": item2, "state": item2.state, "title": item2.meta.title, "editStatus": "off" }, on: { "touchend": _vm.addToMyAppsClick } })], 1);
69509
+ return _c("van-grid-item", { key: item2.meta.permissionId }, [_c("apps-item", { attrs: { "item": item2, "state": item2.state, "title": item2.meta.title, "editStatus": "off" }, on: { "touchend": _vm.routeTo } })], 1);
69510
69510
  }), 1)], 1);
69511
69511
  }), 0)]), _c("tabbar")], 1)], 1);
69512
69512
  };