@nutui/nutui 4.3.9 → 4.3.10

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
@@ -1,3 +1,15 @@
1
+ ## v4.3.10
2
+
3
+ `2024-06-20`
4
+
5
+ Bug Fixes
6
+
7
+ - input, textarea: 修改只读禁用属性设置逻辑 (#3104) @eiinu
8
+
9
+ Other Changes
10
+
11
+ - docs(input): 修正参数名 (#3088) @hainuo
12
+
1
13
  ## v4.3.9
2
14
 
3
15
  `2024-05-25`
package/dist/nutui.es.js CHANGED
@@ -219,7 +219,7 @@ export function install(app) {
219
219
  }
220
220
  });
221
221
  }
222
- export const version = '4.3.9';
222
+ export const version = '4.3.10';
223
223
  export default {
224
224
  install,
225
225
  version
package/dist/nutui.js CHANGED
@@ -15740,7 +15740,7 @@ function x2(e) {
15740
15740
  n.install ? e.use(n) : n.name && e.component(n.name, n);
15741
15741
  });
15742
15742
  }
15743
- const e3 = "4.3.9", a3 = { install: x2, version: e3 };
15743
+ const e3 = "4.3.10", a3 = { install: x2, version: e3 };
15744
15744
  export {
15745
15745
  o1 as ActionSheet,
15746
15746
  hv as Address,