@indfnd/common-mobile 0.0.37 → 0.0.42

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,26 @@
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.42](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.41...v0.0.42) (2024-07-02)
6
+
7
+
8
+ ### Features
9
+
10
+ * 增加卷烟树 ([3833c77](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/3833c771767ace1c2d6f492f4204929d1583e79d))
11
+
12
+ ### [0.0.41](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.40...v0.0.41) (2024-07-01)
13
+
14
+ ### [0.0.40](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.39...v0.0.40) (2024-07-01)
15
+
16
+ ### [0.0.39](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.38...v0.0.39) (2024-07-01)
17
+
18
+
19
+ ### Features
20
+
21
+ * 新增移动端查询组件 ([9a45e85](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/9a45e85b112adb1aabe4a3eeba142198119348f8))
22
+
23
+ ### [0.0.38](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.37...v0.0.38) (2024-06-28)
24
+
5
25
  ### [0.0.37](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.36...v0.0.37) (2024-06-28)
6
26
 
7
27
 
@@ -1,8 +1,8 @@
1
- import { getQuarterNum, getHalfYearNum, formatDate, useConfig, getLocalStorage, checkIdCard, checkVehicleNo, checkPhone, getDictMapApi, axios as axios$3, getCaptchaURL, guid, setLocalStorage, clearSessionStorage, cryptor, listComTreeApi, config as config$1, getSessionStorage, getToken, setToken, loginApi, clearUserInfoCache, clearPermissionCache, logoutApi, getUserInfoCache, getUserInfoApi, setUserInfoCache, setSessionStorage, getAppListApi, getPermissionCache, getPermissionApi, setPermissionCache, menuHistoryApi, addMenuCollectApi, removeMenuCollectApi } from "@indfnd/utils";
1
+ import { getQuarterNum, getHalfYearNum, formatDate, useConfig, getLocalStorage, checkIdCard, checkVehicleNo, checkPhone, getDictMapApi, axios as axios$3, getCaptchaURL, guid, setLocalStorage, clearSessionStorage, cryptor, listComTreeApi, listItemTreeApi, config as config$1, getSessionStorage, getToken, setToken, loginApi, clearUserInfoCache, clearPermissionCache, logoutApi, getUserInfoCache, getUserInfoApi, setUserInfoCache, setSessionStorage, getAppListApi, getPermissionCache, getPermissionApi, setPermissionCache, menuHistoryApi, addMenuCollectApi, removeMenuCollectApi } from "@indfnd/utils";
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.36";
5
+ const version$2 = "0.0.41";
6
6
  const author$1 = "huxuetong";
7
7
  const publishConfig = {
8
8
  registry: "https://registry.npmjs.org/"
@@ -44777,7 +44777,7 @@ var render$g = function() {
44777
44777
  return [_c("div", { staticStyle: { "color": "var(--ind-blue)" }, on: { "click": _vm.showCondition } }, [_vm._v("\u67E5\u8BE2\u6761\u4EF6")])];
44778
44778
  }, proxy: true }]), model: { value: _vm.data, callback: function($$v) {
44779
44779
  _vm.data = $$v;
44780
- }, expression: "data" } }, "IndMobileTable", _vm.$attrs, false), _vm.$listeners))], 1), _c("IndMLoadingPanel", { attrs: { "loading": _vm.loadingComp || _vm.loading } }), _c("van-popup", { style: { width: "80%" }, attrs: { "position": "right" }, model: { value: _vm.displayCondition, callback: function($$v) {
44780
+ }, expression: "data" } }, "IndMobileTable", _vm.$attrs, false), _vm.$listeners))], 1), _c("IndMLoadingPanel", { attrs: { "loading": _vm.loadingComp || _vm.loading } }), _c("van-popup", { style: { width: "100%" }, attrs: { "position": "right", "overlay": false }, model: { value: _vm.displayCondition, callback: function($$v) {
44781
44781
  _vm.displayCondition = $$v;
44782
44782
  }, expression: "displayCondition" } }, [_c("div", { staticClass: "ind-page-view ind-flex-column", staticStyle: { "height": "100vh" } }, [_c("IndMForm", { staticClass: "height100", staticStyle: { "background": "var(--ind-white)" }, attrs: { "formType": "searchMobile", "fieldList": _vm.searchFormFields }, model: { value: _vm.searchFormValue, callback: function($$v) {
44783
44783
  _vm.searchFormValue = $$v;
@@ -44846,7 +44846,6 @@ const __vue2_script$g = {
44846
44846
  tableData: {
44847
44847
  handler: function() {
44848
44848
  this.data = _.cloneDeep(this.tableData);
44849
- console.log(this.data);
44850
44849
  },
44851
44850
  deep: true
44852
44851
  },
@@ -63397,7 +63396,8 @@ const __vue2_script$a = {
63397
63396
  return;
63398
63397
  }
63399
63398
  const apiEnum = {
63400
- comTree: listComTreeApi
63399
+ comTree: listComTreeApi,
63400
+ itemTree: listItemTreeApi
63401
63401
  };
63402
63402
  this.selectDataApi = apiEnum[this.type];
63403
63403
  const columnEnum = {
@@ -63416,11 +63416,28 @@ const __vue2_script$a = {
63416
63416
  suppressCount: true
63417
63417
  }
63418
63418
  }
63419
+ ],
63420
+ itemTree: [
63421
+ {
63422
+ headerName: "\u5377\u70DF\u89C4\u683C",
63423
+ minWidth: 200,
63424
+ flex: 1,
63425
+ field: "title",
63426
+ align: "left",
63427
+ tree: true,
63428
+ showDisabledCheckboxes: true,
63429
+ cellClass: this.multiple ? "" : "ind-radio",
63430
+ cellRendererParams: {
63431
+ checkbox: true,
63432
+ suppressCount: true
63433
+ }
63434
+ }
63419
63435
  ]
63420
63436
  };
63421
63437
  this.columnsData = columnEnum[this.type];
63422
63438
  const rowKeyEnum = {
63423
- comTree: "id"
63439
+ comTree: "id",
63440
+ itemTree: "id"
63424
63441
  };
63425
63442
  this.selectRowKey = rowKeyEnum[this.type];
63426
63443
  if (this.defaultVisible) {