@indfnd/common-mobile 0.0.31 → 0.0.32
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,18 @@
|
|
|
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.32](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.31...v0.0.32) (2024-06-16)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* 滚动加载问题处理 ([47709b8](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/47709b8f5d3062d7141fc74dc1a488839a8460fa))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* 更新依赖 ([e58c4b0](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/e58c4b0ec4fad547936df0a876b1c2a4ef436d8e))
|
|
16
|
+
|
|
5
17
|
### [0.0.31](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.30...v0.0.31) (2024-06-16)
|
|
6
18
|
|
|
7
19
|
|
|
@@ -2,7 +2,7 @@ import { getQuarterNum, getHalfYearNum, getHalfYear, formatDate, useConfig, getL
|
|
|
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.31";
|
|
6
6
|
const author$1 = "huxuetong";
|
|
7
7
|
const publishConfig = {
|
|
8
8
|
registry: "https://registry.npmjs.org/"
|
|
@@ -52,7 +52,7 @@ const dependencies$1 = {
|
|
|
52
52
|
"xlsx-populate": "^1.11.0"
|
|
53
53
|
};
|
|
54
54
|
const devDependencies$1 = {
|
|
55
|
-
"@indfnd/utils": "^0.1.
|
|
55
|
+
"@indfnd/utils": "^0.1.11",
|
|
56
56
|
eslint: "^3.19.0",
|
|
57
57
|
"eslint-config-prettier": "^8.5.0",
|
|
58
58
|
"eslint-plugin-prettier": "^4.2.1",
|
|
@@ -44522,7 +44522,7 @@ var render$h = function() {
|
|
|
44522
44522
|
_vm.searchVal = $event;
|
|
44523
44523
|
}, "update:search-val": function($event) {
|
|
44524
44524
|
_vm.searchVal = $event;
|
|
44525
|
-
}, "doSearch": _vm.doSearch, "doSearchFilter": _vm.doSearchFilter } }), _vm.topMsg ? _c("van-notice-bar", { staticClass: "ind-flex-no-shrink", attrs: { "mode": "closeable" } }, [_vm._v(_vm._s(_vm.topMsg))]) : _vm._e(), _c("div", { class: ["ind-page", _vm.enableLoadMore ? "loadmore" : ""] }, [_c("IndMLoadMore", { attrs: { "enableLoadMore": _vm.enableLoadMore, "pageLen": 10, "datas": _vm.displayRows, "dataUrl": _vm.dataUrl, "params": _vm.searchForm }, scopedSlots: _vm._u([{ key: "item", fn: function(ref) {
|
|
44525
|
+
}, "doSearch": _vm.doSearch, "doSearchFilter": _vm.doSearchFilter } }), _vm.topMsg ? _c("van-notice-bar", { staticClass: "ind-flex-no-shrink", attrs: { "mode": "closeable" } }, [_vm._v(_vm._s(_vm.topMsg))]) : _vm._e(), _c("div", { class: ["ind-page", _vm.enableLoadMore ? "loadmore" : ""] }, [_c("IndMLoadMore", { attrs: { "enableLoadMore": _vm.enableLoadMore, "pageLen": _vm.enableLoadMore ? 10 : 999999, "datas": _vm.displayRows, "dataUrl": _vm.dataUrl, "params": _vm.searchForm }, scopedSlots: _vm._u([{ key: "item", fn: function(ref) {
|
|
44526
44526
|
var item2 = ref.item;
|
|
44527
44527
|
return [_vm._t("item", function() {
|
|
44528
44528
|
return [_c("IndMForm", { attrs: { "fieldList": _vm.formFieldList, "cardBtns": _vm.cardBtns, "value": item2, "formType": "card" } })];
|
|
@@ -68242,7 +68242,7 @@ var render$3 = function() {
|
|
|
68242
68242
|
var _vm = this;
|
|
68243
68243
|
var _h = _vm.$createElement;
|
|
68244
68244
|
var _c = _vm._self._c || _h;
|
|
68245
|
-
return _c("div", { staticClass: "height100" }, [_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("van-sticky", { staticClass: "myapp-sticky", attrs: { "offset-top":
|
|
68245
|
+
return _c("div", { staticClass: "height100" }, [_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("van-sticky", { staticClass: "myapp-sticky", attrs: { "offset-top": 68 } }, [_c("div", { ref: "myapp", staticClass: "myapp", style: { width: "-webkit-fill-available" } }, [_c("div", { staticClass: "ind-panel" }, [_c("div", [_c("div", { staticClass: "ind-panel-title" }, [_vm._v(" \u6211\u7684\u5E94\u7528 "), _c("van-button", { staticClass: "edit-btn", attrs: { "size": "small", "type": "info", "text": this.editButtonName }, on: { "click": _vm.toggleEdit } })], 1)]), _c("draggable", { staticClass: "wrapper", attrs: { "options": { disabled: _vm.disableDraggable } }, model: { value: _vm.my_apps, callback: function($$v) {
|
|
68246
68246
|
_vm.my_apps = $$v;
|
|
68247
68247
|
}, expression: "my_apps" } }, [_c("transition-group", { staticClass: "my-app-list", staticStyle: { "display": "flex", "flex-wrap": "wrap" } }, _vm._l(_vm.my_apps, function(item2, idx) {
|
|
68248
68248
|
return _c("apps-item", { key: idx, staticClass: "item", staticStyle: { "width": "25%", "padding": "16px 8px", "box-sizing": "border-box" }, attrs: { "item": item2, "state": item2.state, "editStatus": _vm.currentEditStatus == "on" ? "minus" : "off" }, on: { "touchend": _vm.rmFromMyAppsClick } });
|
|
@@ -68297,7 +68297,7 @@ const __vue2_script$3 = {
|
|
|
68297
68297
|
},
|
|
68298
68298
|
my_apps() {
|
|
68299
68299
|
setTimeout(() => {
|
|
68300
|
-
this.offsetTop = this.$refs.myapp.clientHeight +
|
|
68300
|
+
this.offsetTop = this.$refs.myapp.clientHeight + 68;
|
|
68301
68301
|
}, 200);
|
|
68302
68302
|
}
|
|
68303
68303
|
},
|
|
@@ -68313,7 +68313,7 @@ const __vue2_script$3 = {
|
|
|
68313
68313
|
this.processState(this.my_apps, temps);
|
|
68314
68314
|
console.log(this.apps_menus);
|
|
68315
68315
|
setTimeout(() => {
|
|
68316
|
-
this.offsetTop = this.$refs.myapp.clientHeight +
|
|
68316
|
+
this.offsetTop = this.$refs.myapp.clientHeight + 68 + 10;
|
|
68317
68317
|
}, 100);
|
|
68318
68318
|
},
|
|
68319
68319
|
methods: {
|