nubomed-ui 2.0.200 → 2.0.201

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/nubomed-ui.umd.js CHANGED
@@ -628,10 +628,10 @@ __webpack_require__.d(__webpack_exports__, {
628
628
  /*
629
629
  * @Author: chenghuan.dong
630
630
  * @Date: 2024-11-11 12:00:41
631
- * @LastEditTime: 2025-04-01 17:19:55
631
+ * @LastEditTime: 2025-05-22 15:58:07
632
632
  * @LastEditors: chenghuan.dong
633
633
  * @Description:
634
- * @FilePath: \hcm4.0f:\基础建设\nubomed-ui\locale\lang\en-US.js
634
+ * @FilePath: \nubomed-ui\locale\lang\en-US.js
635
635
  */
636
636
  /* harmony default export */ var en_US = ({
637
637
  nb: {
@@ -769,9 +769,9 @@ __webpack_require__.d(__webpack_exports__, {
769
769
  // 近效期
770
770
  expiryIcon: {
771
771
  expiry0: 'Expired',
772
- expiry1: 'EXP 1',
773
- expiry3: 'EXP 3',
774
- expiry6: 'EXP 16'
772
+ expiry1: 'EXP 1M',
773
+ expiry3: 'EXP 3M',
774
+ expiry6: 'EXP 6M'
775
775
  },
776
776
  cabinet: {
777
777
  upCabinet: `Top Section of Cabinet`,
@@ -950,9 +950,9 @@ __webpack_require__.d(__webpack_exports__, {
950
950
  // 近效期
951
951
  expiryIcon: {
952
952
  expiry0: 'Périmé',
953
- expiry1: 'EXP 1',
954
- expiry3: 'EXP 3',
955
- expiry6: 'EXP 6'
953
+ expiry1: 'EXP 1M',
954
+ expiry3: 'EXP 3M',
955
+ expiry6: 'EXP 6M'
956
956
  },
957
957
  cabinet: {
958
958
  upCabinet: `Demi-armoire supérieure`,
@@ -27784,7 +27784,7 @@ var esnext_iterator_constructor = __webpack_require__(8992);
27784
27784
  // EXTERNAL MODULE: ./node_modules/core-js/modules/esnext.iterator.for-each.js
27785
27785
  var esnext_iterator_for_each = __webpack_require__(3949);
27786
27786
  ;// ./package.json
27787
- var package_namespaceObject = {"rE":"2.0.200"};
27787
+ var package_namespaceObject = {"rE":"2.0.201"};
27788
27788
  ;// ./packages/utils/convert.js
27789
27789
  /**
27790
27790
  * 将大驼峰(camelCase)字符串转换为小写且带有空格分隔的形式(kebab-case)