@indfnd/common 1.1.30 → 1.1.32

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
+ ### [1.1.32](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v1.1.31...v1.1.32) (2025-12-09)
6
+
7
+
8
+ ### Features
9
+
10
+ * 丑陋的初始化common-m ([126b292](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/126b2925233480bf1f4be95f73a0bfa43f3298f8))
11
+ * 移动端打包优化,减小js体积 ([61fd617](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/61fd61794ca4ba9f92bcc370e8c5a009f55e5f6b))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * u ([c97e722](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/c97e72210adaf84d3b233f62bfb49cfaffedf0a7))
17
+
18
+ ### [1.1.31](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v1.1.30...v1.1.31) (2025-12-01)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * 问号对齐Lambo-design ([4e67cd2](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/4e67cd230cc934eb9fdb888ffa5d145d8c62ada4))
24
+
5
25
  ### [1.1.30](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v1.1.28...v1.1.30) (2025-11-29)
6
26
 
7
27
 
@@ -5460,7 +5460,7 @@ var lodash = { exports: {} };
5460
5460
  })(lodash, lodash.exports);
5461
5461
  var _ = lodash.exports;
5462
5462
  const name$1 = "@indfnd/common";
5463
- const version = "1.1.29";
5463
+ const version = "1.1.31";
5464
5464
  const author = "huxuetong";
5465
5465
  const publishConfig = {
5466
5466
  registry: "https://registry.npmjs.org/"
@@ -56787,7 +56787,7 @@ const __vue2_script$12 = {
56787
56787
  } else {
56788
56788
  let a2 = a[this.sortParams.sort] || "";
56789
56789
  let b2 = b[this.sortParams.sort] || "";
56790
- return this.sortParams.order === "asc" ? a2.localeCompare(b2, "zh-CN") : b2.localeCompare(a2, "zh-CN");
56790
+ return this.sortParams.order === "asc" ? String(a2 || "").localeCompare(String(b2 || ""), "zh-CN") : String(b2 || "").localeCompare(String(a2 || ""), "zh-CN");
56791
56791
  }
56792
56792
  });
56793
56793
  if (this.noSortLine > -1) {