@nutui/nutui-react 1.3.4 → 1.3.5-beta.1

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/dist/style.es.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v1.3.4-beta.0 Wed Sep 21 2022 14:28:08 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v1.3.5 Wed Sep 28 2022 14:15:46 GMT+0800 (China Standard Time)
3
3
  * (c) 2021 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -995,6 +995,7 @@ interface CascaderOption {
995
995
  interface CascaderProps {
996
996
  className: string;
997
997
  style: CSSProperties;
998
+ poppable: boolean;
998
999
  visible: boolean;
999
1000
  options: CascaderOption[];
1000
1001
  value: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nutui/nutui-react",
3
- "version": "1.3.4",
3
+ "version": "1.3.5-beta.1",
4
4
  "style": "dist/style.css",
5
5
  "main": "dist/nutui.react.umd.js",
6
6
  "module": "dist/esm/nutui-react.es.js",