@indfnd/common 0.1.16 → 0.1.18
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 +14 -0
- package/dist/ind-common.es.js +2 -2
- package/dist/ind-common.umd.cjs +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
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.1.18](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v0.1.17...v0.1.18) (2024-03-31)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* 报表指标组件多选样式问题修复 ([b86756f](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/b86756f4d6df65a2218c4363a274593e15c8147a))
|
|
11
|
+
|
|
12
|
+
### [0.1.17](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v0.1.16...v0.1.17) (2024-03-31)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* 指标选择增加排序 ([4c62778](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/4c627786d1af1b50b075e9473ee893aaa461fd57))
|
|
18
|
+
|
|
5
19
|
### [0.1.16](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v0.1.15...v0.1.16) (2024-03-30)
|
|
6
20
|
|
|
7
21
|
### [0.1.15](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v0.1.14...v0.1.15) (2024-03-30)
|
package/dist/ind-common.es.js
CHANGED
|
@@ -2,7 +2,7 @@ import { Button as Button$1, ButtonGroup as ButtonGroup$1, Input, Drawer as Draw
|
|
|
2
2
|
import { isNil, formatDate as formatDate$1, useConfig, getLocalStorage, getQuarterNum, formatQuarter, str2Date, isDate, isArray, checkIdCard, checkVehicleNo, checkPhone, getDictMapApi, axios, isFunction, isString, exportJsonToExcel as exportJsonToExcel$1, importJsonFromExcel, on, off, deleteMenuHistoryApi, deleteMenuCollectApi, getMenuHistoryApi, getMenuCollectApi, listItemTreeApi, getPriceInfo, MIME_TYPE, base64ToBlob, putOssFileApi, isEqual, getCaptchaURL, guid, setLocalStorage, removeLocalStorage, clearSessionStorage, cryptor, getToken, putOssFileUrl, getOssFileUrl, responseInterceptors, config as config$1, setToken, loginApi, clearUserInfoCache, clearPermissionCache, logoutApi, getUserInfoCache, getUserInfoApi, setUserInfoCache, getSessionStorage, setSessionStorage, getAppListApi, getPermissionCache, getPermissionApi, setPermissionCache, menuHistoryApi, addMenuCollectApi, removeMenuCollectApi, getIndexDescCache, listIndexDescApi, setIndexDescCache } from "@indfnd/utils";
|
|
3
3
|
import Vue$1 from "vue";
|
|
4
4
|
const name$1 = "@indfnd/common";
|
|
5
|
-
const version = "0.1.
|
|
5
|
+
const version = "0.1.17";
|
|
6
6
|
const author = "huxuetong";
|
|
7
7
|
const publishConfig = {
|
|
8
8
|
registry: "https://registry.npmjs.org/"
|
|
@@ -60391,7 +60391,7 @@ var render$d = function() {
|
|
|
60391
60391
|
return _c("div", { key: "dimension1" + idx, staticClass: "report-index-dimension1", class: [dimensionItem1.id == _vm.dimension1.id ? "selected" : ""], on: { "click": function($event) {
|
|
60392
60392
|
return _vm.chooseDimension1(dimensionItem1);
|
|
60393
60393
|
} } }, [_vm._v(" " + _vm._s(dimensionItem1.title) + " ")]);
|
|
60394
|
-
}), 0), _c("div", { staticClass: "report-index-index-panel ind-flex-column ind-flex-grow" }, [_c("div", { staticClass: "report-index-options" }, [_vm.dimension1.options.length == 1 ? [_vm._v(" " + _vm._s(_vm.dimension1.options[0].title || "") + " ")] : [_c("Select", { attrs: { "multiple": "" }, on: { "on-change": _vm.setDisabled1 }, model: { value: _vm.optionsData, callback: function($$v) {
|
|
60394
|
+
}), 0), _c("div", { staticClass: "report-index-index-panel ind-flex-column ind-flex-grow" }, [_c("div", { staticClass: "report-index-options" }, [_vm.dimension1.options.length == 1 ? [_vm._v(" " + _vm._s(_vm.dimension1.options[0].title || "") + " ")] : [_c("Select", { attrs: { "maxTagCount": 1, "multiple": "" }, on: { "on-change": _vm.setDisabled1 }, model: { value: _vm.optionsData, callback: function($$v) {
|
|
60395
60395
|
_vm.optionsData = $$v;
|
|
60396
60396
|
}, expression: "optionsData" } }, _vm._l(_vm.dimension1.options, function(item2) {
|
|
60397
60397
|
return _c("Option", { key: item2.id, attrs: { "value": item2.id } }, [_vm._v(_vm._s(item2.title))]);
|