@indfnd/common 0.1.56 → 0.1.57

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.1.57](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v0.1.56...v0.1.57) (2024-04-30)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **table:** image预览组件加载不到了 ([6c7c48a](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/6c7c48a9189213b12c0d110601ea26e2294a8ce1))
11
+
5
12
  ### [0.1.56](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v0.1.55...v0.1.56) (2024-04-30)
6
13
 
7
14
 
@@ -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, getQuarterNum, formatQuarter, str2Date, isDate, isArray, checkIdCard, checkVehicleNo, checkPhone, getDictMapApi, axios, isFunction, isString, uuid, exportJsonToExcel as exportJsonToExcel$1, importJsonFromExcel, on, off, deleteMenuHistoryApi, deleteMenuCollectApi, getMenuHistoryApi, getMenuCollectApi, getPermissionCache, listItemTreeApi, getPriceInfo, MIME_TYPE, base64ToBlob, putOssFileApi, isEqual, getCaptchaURL, getLocalStorage, guid, setLocalStorage, removeLocalStorage, clearSessionStorage, cryptor, getToken, putOssFileUrl, getOssFileUrl, responseInterceptors, config as config$1, setToken, loginApi, clearUserInfoCache, clearPermissionCache, logoutApi, getUserInfoCache, getUserInfoApi, setUserInfoCache, getSessionStorage, setSessionStorage, getAppListApi, getPermissionApi, setPermissionCache, menuHistoryApi, addMenuCollectApi, removeMenuCollectApi, listIndexDescApi, setIndexDescCache } from "@indfnd/utils";
3
3
  import Vue$1 from "vue";
4
4
  const name$1 = "@indfnd/common";
5
- const version = "0.1.55";
5
+ const version = "0.1.56";
6
6
  const author = "huxuetong";
7
7
  const publishConfig = {
8
8
  registry: "https://registry.npmjs.org/"
@@ -51469,12 +51469,11 @@ var render$Z = function() {
51469
51469
  var _vm = this;
51470
51470
  var _h = _vm.$createElement;
51471
51471
  var _c = _vm._self._c || _h;
51472
- return _c("ImagePreview", { attrs: { "imgList": _vm.imgList, "prefix": _vm.prefix } });
51472
+ return _c("IndImagePreview", { attrs: { "imgList": _vm.imgList, "prefix": _vm.prefix } });
51473
51473
  };
51474
51474
  var staticRenderFns$Z = [];
51475
51475
  const __vue2_script$_ = {
51476
51476
  name: "IndAgImage",
51477
- components: { ImagePreview },
51478
51477
  computed: {
51479
51478
  imgList() {
51480
51479
  const value = this.params.value || [];
@@ -61414,7 +61413,7 @@ function __vue2_injectStyles$e(context) {
61414
61413
  this[o] = __cssModules$e[o];
61415
61414
  }
61416
61415
  }
61417
- var ImagePreview = /* @__PURE__ */ function() {
61416
+ var imagePreview = /* @__PURE__ */ function() {
61418
61417
  return __component__$e.exports;
61419
61418
  }();
61420
61419
  var render$d = function() {
@@ -64071,7 +64070,7 @@ var components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProp
64071
64070
  DropdownItem: dropdownItem,
64072
64071
  FormWrap,
64073
64072
  Icons,
64074
- ImagePreview,
64073
+ ImagePreview: imagePreview,
64075
64074
  BrandInputModal: brandInputModal,
64076
64075
  ComInputModal: comInputModal,
64077
64076
  ItemInputModal: itemInputModal,
@@ -64884,4 +64883,4 @@ const API = {
64884
64883
  getDefaultTheme,
64885
64884
  doChangeTheme
64886
64885
  };
64887
- 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, dropdownItem as DropdownItem, dropdownMenu as DropdownMenu, EmptyLayout, ErrorContent, errorStore as ErrorStore, index$4 as ExcelFlowModal, FormWrap, Fullscreen as FullScreen, helpTableModal as HelpTableModal, HelpTreeModal, Icons, ImagePreview, 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, reportOptionModal as ReportOptionModal, 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, zeroRadio as ZeroRadio, addRouterGuards, clickOutside, createMacroBasicRoutes, createMicroBasicRoutes, API as default, permission, print, routerOptions, store, transferDom };
64886
+ 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, dropdownItem as DropdownItem, dropdownMenu as DropdownMenu, EmptyLayout, ErrorContent, errorStore as ErrorStore, index$4 as ExcelFlowModal, FormWrap, Fullscreen as FullScreen, helpTableModal as HelpTableModal, HelpTreeModal, Icons, imagePreview as ImagePreview, 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, reportOptionModal as ReportOptionModal, 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, zeroRadio as ZeroRadio, addRouterGuards, clickOutside, createMacroBasicRoutes, createMicroBasicRoutes, API as default, permission, print, routerOptions, store, transferDom };