@indfnd/common-mobile 0.0.97 → 0.0.99
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 +15 -0
- package/dist/ind-common-mobile.es.js +12 -12
- package/dist/ind-common-mobile.umd.cjs +2 -2
- package/dist/styles/index.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
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.99](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.98...v0.0.99) (2025-09-20)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* 更新 ([7a87964](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/7a87964d0f65d70b92d4d7b8f6f4e9f0c66ca481))
|
|
11
|
+
* 更新 ([9609e19](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/9609e19b4cdd3229398c5f5177736b63dcd0c923))
|
|
12
|
+
|
|
13
|
+
### [0.0.98](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.97...v0.0.98) (2025-09-20)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* 更新 ([ff0f573](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/ff0f573944f287aaa173b6196eb35a355600240f))
|
|
19
|
+
|
|
5
20
|
### [0.0.97](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.96...v0.0.97) (2025-09-18)
|
|
6
21
|
|
|
7
22
|
|
|
@@ -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.
|
|
5
|
+
const version$2 = "0.0.98";
|
|
6
6
|
const author$1 = "huxuetong";
|
|
7
7
|
const publishConfig = {
|
|
8
8
|
registry: "https://registry.npmjs.org/"
|
|
@@ -68910,7 +68910,7 @@ var render$2 = function() {
|
|
|
68910
68910
|
var _vm = this;
|
|
68911
68911
|
var _h = _vm.$createElement;
|
|
68912
68912
|
var _c = _vm._self._c || _h;
|
|
68913
|
-
return _c("div", { staticClass: "app-center" }, [_c("van-sticky", [_c("van-nav-bar", { attrs: { "placeholder": true, "safe-area-inset-top": true, "title": _vm.title } })], 1), _c("div", { staticClass: "app-page" }, [_c("div", { staticClass: "placeholder" }, [_c("van-search", { attrs: { "placeholder": "\u8BF7\u8F93\u5165\u641C\u7D22\u5173\u952E\u8BCD", "shape": "round" }, on: { "search": _vm.onSearch, "clear": _vm.onClear }, scopedSlots: _vm._u([{ key: "right-icon", fn: function() {
|
|
68913
|
+
return _c("div", { staticClass: "ind-m-app-center" }, [_c("van-sticky", [_c("van-nav-bar", { attrs: { "placeholder": true, "safe-area-inset-top": true, "title": _vm.title } })], 1), _c("div", { staticClass: "ind-m-app-page" }, [_c("div", { staticClass: "ind-m-placeholder" }, [_c("van-search", { attrs: { "placeholder": "\u8BF7\u8F93\u5165\u641C\u7D22\u5173\u952E\u8BCD", "shape": "round" }, on: { "search": _vm.onSearch, "clear": _vm.onClear }, scopedSlots: _vm._u([{ key: "right-icon", fn: function() {
|
|
68914
68914
|
return [_c("div", { on: { "click": _vm.onSearch } }, [_vm._v("\u641C\u7D22")])];
|
|
68915
68915
|
}, proxy: true }, { key: "left-icon", fn: function() {
|
|
68916
68916
|
return [_c("van-icon", { attrs: { "name": "search" } })];
|
|
@@ -68918,21 +68918,21 @@ var render$2 = function() {
|
|
|
68918
68918
|
_vm.searchValue = $$v;
|
|
68919
68919
|
}, expression: "searchValue" } })], 1), _c("van-popup", { attrs: { "round": true }, model: { value: _vm.show, callback: function($$v) {
|
|
68920
68920
|
_vm.show = $$v;
|
|
68921
|
-
}, expression: "show" } }, [_c("div", { staticClass: "search-results-container" }, _vm._l(_vm.searchApp, function(item2, idx) {
|
|
68922
|
-
return _c("apps-item", { key: idx, staticClass: "search-result-item", attrs: { "item": item2, "state": item2.state, "editStatus": _vm.currentEditStatus == "on" ? "minus" : "off" }, on: { "touchend": _vm.rmFromMyAppsClick } });
|
|
68923
|
-
}), 1)]), _c("div", { staticClass: "myApp-container" }, [_c("div", { staticClass: "myApp-inner" }, [_c("div", { staticClass: "myApp-container-top" }, [_c("div", { staticClass: "my-apps-title" }, [_vm._v("\u6211\u7684\u5E94\u7528")]), _c("van-button", { staticClass: "edit-btn", attrs: { "size": "small", "type": "info", "text": _vm.editButtonName }, on: { "click": _vm.toggleEdit } })], 1), _c("div", { directives: [{ name: "show", rawName: "v-show", value: _vm.my_apps.length > 0, expression: "my_apps.length > 0" }], staticClass: "appsssss-container" }, _vm._l(_vm.my_apps, function(item2, idx) {
|
|
68924
|
-
return _c("div", { key: idx, staticClass: "appsssss-item" }, [_c("apps-item", { attrs: { "item": item2, "state": item2.state, "editStatus": _vm.currentEditStatus == "on" ? "minus" : "off" }, on: { "touchend": _vm.rmFromMyAppsClick } })], 1);
|
|
68921
|
+
}, expression: "show" } }, [_c("div", { staticClass: "ind-m-search-results-container" }, _vm._l(_vm.searchApp, function(item2, idx) {
|
|
68922
|
+
return _c("apps-item", { key: idx, staticClass: "ind-m-search-result-item", attrs: { "item": item2, "state": item2.state, "editStatus": _vm.currentEditStatus == "on" ? "minus" : "off" }, on: { "touchend": _vm.rmFromMyAppsClick } });
|
|
68923
|
+
}), 1)]), _c("div", { staticClass: "ind-m-myApp-container" }, [_c("div", { staticClass: "ind-m-myApp-inner" }, [_c("div", { staticClass: "ind-m-myApp-container-top" }, [_c("div", { staticClass: "ind-m-my-apps-title" }, [_vm._v("\u6211\u7684\u5E94\u7528")]), _c("van-button", { staticClass: "ind-m-edit-btn", attrs: { "size": "small", "type": "info", "text": _vm.editButtonName }, on: { "click": _vm.toggleEdit } })], 1), _c("div", { directives: [{ name: "show", rawName: "v-show", value: _vm.my_apps.length > 0, expression: "my_apps.length > 0" }], staticClass: "ind-m-appsssss-container" }, _vm._l(_vm.my_apps, function(item2, idx) {
|
|
68924
|
+
return _c("div", { key: idx, staticClass: "ind-m-appsssss-item" }, [_c("apps-item", { attrs: { "item": item2, "state": item2.state, "editStatus": _vm.currentEditStatus == "on" ? "minus" : "off" }, on: { "touchend": _vm.rmFromMyAppsClick } })], 1);
|
|
68925
68925
|
}), 0)])]), _c("div", { staticClass: "customnnnmmmm-tabs-container" }, [_c("div", { staticClass: "customnnnmmmm-tabs-header-wrapper" }, [_c("div", { ref: "tabsHeader", staticClass: "customnnnmmmm-tabs-header" }, _vm._l(_vm.apps_menus, function(tab, idx) {
|
|
68926
68926
|
return _c("div", { key: "tab" + idx, staticClass: "customnnnmmmm-tab-item", class: { active: _vm.active === idx }, on: { "click": function($event) {
|
|
68927
68927
|
return _vm.handleTabClick(idx);
|
|
68928
68928
|
} } }, [_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 } })]);
|
|
68929
|
-
}), 0)]), _c("div", { staticClass: "custom-tabs-content" }, [_c("div", { staticClass: "custom-sidebar" }, _vm._l(_vm.apps_menus[_vm.active] && _vm.apps_menus[_vm.active].children || [], function(item2, index2) {
|
|
68930
|
-
return _c("div", { key: index2, class: ["sidebar-item", { active: _vm.activeKey === index2 }], on: { "click": function($event) {
|
|
68929
|
+
}), 0)]), _c("div", { staticClass: "ind-m-custom-tabs-content" }, [_c("div", { staticClass: "ind-m-custom-sidebar" }, _vm._l(_vm.apps_menus[_vm.active] && _vm.apps_menus[_vm.active].children || [], function(item2, index2) {
|
|
68930
|
+
return _c("div", { key: index2, class: ["ind-m-sidebar-item", { active: _vm.activeKey === index2 }], on: { "click": function($event) {
|
|
68931
68931
|
return _vm.handleSidebarClick(index2);
|
|
68932
|
-
} } }, [_c("span", { staticClass: "sidebar-text" }, [_vm._v(_vm._s(item2.meta.title))])]);
|
|
68933
|
-
}), 0), _c("div", { ref: "scrollContainer", staticClass: "apps-container", staticStyle: { "padding-top": "0px" }, style: { height: _vm.my_apps.length > 0 ? "calc(-135px + 80%)" : "80%" }, on: { "scroll": _vm.handleRightScroll } }, _vm._l(_vm.apps_menus[_vm.active] && _vm.apps_menus[_vm.active].children || [], function(item2, index2) {
|
|
68934
|
-
return _c("div", { key: index2, staticClass: "menu-section", attrs: { "id": "section-" + _vm.active + "-" + index2, "data-index": index2 } }, [_c("div", { staticClass: "divider-container" }, [_c("van-divider", { staticClass: "custom-divider" }, [_vm._v(" " + _vm._s(item2.meta.title) + " ")])], 1), _c("div", { staticClass: "menu-section-content" }, _vm._l((((_vm.apps_menus[_vm.active] || {}).children || [])[index2] || {}).children || [], function(subItem, subIndex) {
|
|
68935
|
-
return _c("div", { key: "level3-" + subIndex, class: ["app-item-wrapper", { "full-width": subItem.children }] }, [!subItem.children ? _c("apps-item", { attrs: { "item": subItem, "state": subItem.state, "title": subItem.meta.title, "editStatus": _vm.currentEditStatus == "on" ? "plus" : "off" }, on: { "touchend": _vm.addToMyAppsClick } }) : _vm._e(), subItem.children ? _c("div", { staticClass: "category-header" }, [_c("div", { staticClass: "category-indicator" }), _c("div", { staticClass: "category-title" }, [_vm._v(_vm._s(subItem.meta.title))])]) : _vm._e(), subItem.children ? _c("van-grid", { attrs: { "border": false, "clickable": "", "gutter": 0, "column-num": 3 } }, _vm._l(_vm.apps_menus[_vm.active] && _vm.apps_menus[_vm.active].children[index2] && _vm.apps_menus[_vm.active].children[index2].children[subIndex] && _vm.apps_menus[_vm.active].children[index2].children[subIndex].children || [], function(menu) {
|
|
68932
|
+
} } }, [_c("span", { staticClass: "ind-m-sidebar-text" }, [_vm._v(_vm._s(item2.meta.title))])]);
|
|
68933
|
+
}), 0), _c("div", { ref: "scrollContainer", staticClass: "ind-m-apps-container", staticStyle: { "padding-top": "0px" }, style: { height: _vm.my_apps.length > 0 ? "calc(-135px + 80%)" : "80%" }, on: { "scroll": _vm.handleRightScroll } }, _vm._l(_vm.apps_menus[_vm.active] && _vm.apps_menus[_vm.active].children || [], function(item2, index2) {
|
|
68934
|
+
return _c("div", { key: index2, staticClass: "ind-m-menu-section", attrs: { "id": "section-" + _vm.active + "-" + index2, "data-index": index2 } }, [_c("div", { staticClass: "ind-m-divider-container" }, [_c("van-divider", { staticClass: "ind-m-custom-divider" }, [_vm._v(" " + _vm._s(item2.meta.title) + " ")])], 1), _c("div", { staticClass: "ind-m-menu-section-content" }, _vm._l((((_vm.apps_menus[_vm.active] || {}).children || [])[index2] || {}).children || [], function(subItem, subIndex) {
|
|
68935
|
+
return _c("div", { key: "level3-" + subIndex, class: ["ind-m-app-item-wrapper", { "full-width": subItem.children }] }, [!subItem.children ? _c("apps-item", { attrs: { "item": subItem, "state": subItem.state, "title": subItem.meta.title, "editStatus": _vm.currentEditStatus == "on" ? "plus" : "off" }, on: { "touchend": _vm.addToMyAppsClick } }) : _vm._e(), subItem.children ? _c("div", { staticClass: "ind-m-category-header" }, [_c("div", { staticClass: "ind-m-category-indicator" }), _c("div", { staticClass: "ind-m-category-title" }, [_vm._v(_vm._s(subItem.meta.title))])]) : _vm._e(), subItem.children ? _c("van-grid", { attrs: { "border": false, "clickable": "", "gutter": 0, "column-num": 3 } }, _vm._l(_vm.apps_menus[_vm.active] && _vm.apps_menus[_vm.active].children[index2] && _vm.apps_menus[_vm.active].children[index2].children[subIndex] && _vm.apps_menus[_vm.active].children[index2].children[subIndex].children || [], function(menu) {
|
|
68936
68936
|
return _c("van-grid-item", { key: menu.meta.permissionId, staticClass: "menu" }, [_c("apps-item", { attrs: { "item": menu, "state": menu.state, "title": menu.meta.title, "editStatus": _vm.currentEditStatus == "on" ? "plus" : "off" }, on: { "touchend": _vm.addToMyAppsClick } })], 1);
|
|
68937
68937
|
}), 1) : _vm._e()], 1);
|
|
68938
68938
|
}), 0)]);
|