@indfnd/common 0.1.26 → 0.1.27

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.1.27](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v0.1.26...v0.1.27) (2024-04-06)
6
+
7
+
8
+ ### Features
9
+
10
+ * 增加小计行颜色 ([c8cfb85](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/c8cfb85efb1aef7aa93cfc8602b48750a22c3431))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **panel:** 修改行合计设置全选问题 ([6c24719](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/6c24719d01c1167bd4a1288479d84facbc3a804a))
16
+
5
17
  ### [0.1.26](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v0.1.25...v0.1.26) (2024-04-06)
6
18
 
7
19
 
@@ -1,8 +1,8 @@
1
- import { Button as Button$1, ButtonGroup as ButtonGroup$1, Input, Drawer as Drawer$1, Dropdown as Dropdown$1, Modal as Modal$1, Form, FormItem, Select as Select$1, Option as Option$1, Row, Col, Menu, MenuItem, Badge, DropdownMenu, DropdownItem, Submenu, Tag, Header, Layout, Content, Spin, Poptip as Poptip$1, CheckboxGroup, Checkbox, RadioGroup, Radio, Card, Message, LoadingBar } from "view-design";
1
+ import { Button as Button$1, ButtonGroup as ButtonGroup$1, Input, Drawer as Drawer$1, Dropdown as Dropdown$1, Modal as Modal$1, Form, FormItem, Select as Select$1, Option, Row, Col, Menu, MenuItem, Badge, DropdownMenu, DropdownItem, Submenu, Tag, Header, Layout, Content, Spin, Poptip as Poptip$1, CheckboxGroup, Checkbox, RadioGroup, Radio, Card, Message, LoadingBar } from "view-design";
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.25";
5
+ const version = "0.1.26";
6
6
  const author = "huxuetong";
7
7
  const publishConfig = {
8
8
  registry: "https://registry.npmjs.org/"
@@ -49811,7 +49811,7 @@ var render$Z = function() {
49811
49811
  var staticRenderFns$Z = [];
49812
49812
  const __vue2_script$17 = {
49813
49813
  name: "IndAuditBox",
49814
- components: { Modal, Form, FormItem, Select: Select$1, Option: Option$1, Input, Row, Col, Button: Button$1 },
49814
+ components: { Modal, Form, FormItem, Select: Select$1, Option, Input, Row, Col, Button: Button$1 },
49815
49815
  props: {
49816
49816
  value: Boolean,
49817
49817
  auditUser: String,
@@ -58811,7 +58811,7 @@ function __vue2_injectStyles$m(context) {
58811
58811
  this[o] = __cssModules$m[o];
58812
58812
  }
58813
58813
  }
58814
- var Option = /* @__PURE__ */ function() {
58814
+ var IndOption = /* @__PURE__ */ function() {
58815
58815
  return __component__$m.exports;
58816
58816
  }();
58817
58817
  var render$l = function() {
@@ -59098,13 +59098,13 @@ var render$k = function() {
59098
59098
  var _h = _vm.$createElement;
59099
59099
  var _c = _vm._self._c || _h;
59100
59100
  return _c("Select", { attrs: { "value": _vm.selected, "multiple": _vm.multiple, "maxTagCount": _vm.maxTag }, on: { "on-change": _vm.handleChange } }, _vm._l(_vm.list, function(item2) {
59101
- return _c("Option", { key: item2.value, attrs: { "value": item2.value } }, [_vm._v(_vm._s(item2.label))]);
59101
+ return _c("IndOption", { key: item2.value, attrs: { "value": item2.value } }, [_vm._v(_vm._s(item2.label))]);
59102
59102
  }), 1);
59103
59103
  };
59104
59104
  var staticRenderFns$k = [];
59105
59105
  const __vue2_script$k = {
59106
59106
  name: "IndSelectCondition",
59107
- components: { Select, Option },
59107
+ components: { Select, IndOption },
59108
59108
  props: {
59109
59109
  item: { type: Object, default: () => ({}) },
59110
59110
  value: { type: [Array], default: () => [] },
@@ -63341,7 +63341,7 @@ var components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProp
63341
63341
  UnitRadio: unitRadio,
63342
63342
  Select,
63343
63343
  OptionGroup: optionGroup,
63344
- Option,
63344
+ Option: IndOption,
63345
63345
  ItemTypeCombineSelect: itemTypeCombineSelect,
63346
63346
  Sign,
63347
63347
  StepTrack: index,
@@ -64082,4 +64082,4 @@ const API = {
64082
64082
  getDefaultTheme,
64083
64083
  doChangeTheme
64084
64084
  };
64085
- export { AppMenu, auditLogModal as AuditLogModal, auditModal as AuditModal, BackTop, backTopPanel as BackTopPanel, BasicLayout, brandInputModal as BrandInputModal, Button, ButtonGroup, Collect, comInputModal as ComInputModal, ConditionPanel, datePicker as DatePicker, detailView as DetailView, Drawer, Dropdown, EmptyLayout, ErrorContent, errorStore as ErrorStore, index$4 as ExcelFlowModal, FormWrap, Fullscreen as FullScreen, helpTableModal as HelpTableModal, HelpTreeModal, Icons, configPlugin as IndConfigPlugin, routerPlugin as IndRouterPlugin, index$2 as ItemCompInputModal, itemInputModal as ItemInputModal, itemTypeCombineSelect as ItemTypeCombineSelect, language as Language, LoadingPanel, Login, materialItemModal as MaterialItemModal, Modal, NotFound, Option, optionGroup as OptionGroup, OtherMenu, pageView as PageView, Poptip, reportIndexModal as ReportIndexModal, index$1 as RowSumSettingInputModal, Select, SideMenu, SideMenuItem, SiderTrigger, Sign, signModal as SignModal, index as StepTrack, Table, TagsNav, Tooltip, Tree, index$3 as TreeModal, ImpTreeSelect as TreeSelect, unitRadio as UnitRadio, uploadFile as UploadFile, uploadImg as UploadImg, User, addRouterGuards, clickOutside, createMacroBasicRoutes, createMicroBasicRoutes, API as default, permission, print, routerOptions, store, transferDom };
64085
+ export { AppMenu, auditLogModal as AuditLogModal, auditModal as AuditModal, BackTop, backTopPanel as BackTopPanel, BasicLayout, brandInputModal as BrandInputModal, Button, ButtonGroup, Collect, comInputModal as ComInputModal, ConditionPanel, datePicker as DatePicker, detailView as DetailView, Drawer, Dropdown, EmptyLayout, ErrorContent, errorStore as ErrorStore, index$4 as ExcelFlowModal, FormWrap, Fullscreen as FullScreen, helpTableModal as HelpTableModal, HelpTreeModal, Icons, configPlugin as IndConfigPlugin, routerPlugin as IndRouterPlugin, index$2 as ItemCompInputModal, itemInputModal as ItemInputModal, itemTypeCombineSelect as ItemTypeCombineSelect, language as Language, LoadingPanel, Login, materialItemModal as MaterialItemModal, Modal, NotFound, IndOption as Option, optionGroup as OptionGroup, OtherMenu, pageView as PageView, Poptip, reportIndexModal as ReportIndexModal, index$1 as RowSumSettingInputModal, Select, SideMenu, SideMenuItem, SiderTrigger, Sign, signModal as SignModal, index as StepTrack, Table, TagsNav, Tooltip, Tree, index$3 as TreeModal, ImpTreeSelect as TreeSelect, unitRadio as UnitRadio, uploadFile as UploadFile, uploadImg as UploadImg, User, addRouterGuards, clickOutside, createMacroBasicRoutes, createMicroBasicRoutes, API as default, permission, print, routerOptions, store, transferDom };