@indfnd/common-mobile 0.0.41 → 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,13 @@
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
+
5
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)
6
13
 
7
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)
@@ -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.40";
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;
@@ -63396,7 +63396,8 @@ const __vue2_script$a = {
63396
63396
  return;
63397
63397
  }
63398
63398
  const apiEnum = {
63399
- comTree: listComTreeApi
63399
+ comTree: listComTreeApi,
63400
+ itemTree: listItemTreeApi
63400
63401
  };
63401
63402
  this.selectDataApi = apiEnum[this.type];
63402
63403
  const columnEnum = {
@@ -63415,11 +63416,28 @@ const __vue2_script$a = {
63415
63416
  suppressCount: true
63416
63417
  }
63417
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
+ }
63418
63435
  ]
63419
63436
  };
63420
63437
  this.columnsData = columnEnum[this.type];
63421
63438
  const rowKeyEnum = {
63422
- comTree: "id"
63439
+ comTree: "id",
63440
+ itemTree: "id"
63423
63441
  };
63424
63442
  this.selectRowKey = rowKeyEnum[this.type];
63425
63443
  if (this.defaultVisible) {