@king-design/intact 3.5.0 → 3.5.1-beta.0

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/es/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @king-design v3.5.0
2
+ * @king-design v3.5.1-beta.0
3
3
  *
4
4
  * Copyright (c) Kingsoft Cloud
5
5
  * Released under the MIT License
@@ -65,4 +65,4 @@ export * from './components/upload';
65
65
  export * from './components/view';
66
66
  export * from './components/virtualList';
67
67
  export * from './components/wave';
68
- export declare const version = "3.5.0";
68
+ export declare const version = "3.5.1-beta.0";
package/es/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @king-design v3.5.0
2
+ * @king-design v3.5.1-beta.0
3
3
  *
4
4
  * Copyright (c) Kingsoft Cloud
5
5
  * Released under the MIT License
@@ -66,5 +66,5 @@ export * from './components/upload';
66
66
  export * from './components/view';
67
67
  export * from './components/virtualList';
68
68
  export * from './components/wave';
69
- export var version = '3.5.0';
69
+ export var version = '3.5.1-beta.0';
70
70
  /* generate end */
@@ -16,7 +16,7 @@ var default_1 = /*#__PURE__*/function (_Component) {
16
16
  var _proto = default_1.prototype;
17
17
  _proto.init = function init() {
18
18
  var arr = [];
19
- for (var index = 0; index < 10000; index++) {
19
+ for (var index = 0; index < 50; index++) {
20
20
  arr.push({
21
21
  value: index,
22
22
  label: "\u6D4B\u8BD5" + index
@@ -21,7 +21,7 @@ var Demo = /*#__PURE__*/function (_React$Component) {
21
21
  var _proto = Demo.prototype;
22
22
  _proto.componentDidMount = function componentDidMount() {
23
23
  var arr = [];
24
- for (var index = 0; index < 10000; index++) {
24
+ for (var index = 0; index < 50; index++) {
25
25
  arr.push({
26
26
  value: index,
27
27
  label: "\u6D4B\u8BD5" + index
@@ -41,7 +41,8 @@ var Demo = /*#__PURE__*/function (_React$Component) {
41
41
  day: day
42
42
  });
43
43
  },
44
- virtual: true
44
+ virtual: true,
45
+ filterable: true
45
46
  }, _mapInstanceProperty(_context2 = this.state.data).call(_context2, function ($value, $key) {
46
47
  return /*#__PURE__*/React.createElement(Option, {
47
48
  value: $value.value
package/index.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @king-design v3.5.0
2
+ * @king-design v3.5.1-beta.0
3
3
  *
4
4
  * Copyright (c) Kingsoft Cloud
5
5
  * Released under the MIT License
@@ -70,6 +70,6 @@ export * from './components/view';
70
70
  export * from './components/virtualList';
71
71
  export * from './components/wave';
72
72
 
73
- export const version = '3.5.0';
73
+ export const version = '3.5.1-beta.0';
74
74
 
75
75
  /* generate end */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@king-design/intact",
3
- "version": "3.5.0",
3
+ "version": "3.5.1-beta.0",
4
4
  "description": "A component library written in Intact for Intact, Vue, React and Angular",
5
5
  "main": "es/index.js",
6
6
  "engines": {
@@ -180,7 +180,7 @@
180
180
  "@emotion/css": "^11.5.0",
181
181
  "dayjs": "^1.10.7",
182
182
  "enquire.js": "^2.1.6",
183
- "intact": "^3.0.39",
183
+ "intact": "^3.0.40",
184
184
  "monaco-editor": "^0.26.1",
185
185
  "mxgraphx": "^4.0.7",
186
186
  "resize-observer-polyfill": "^1.5.1",