@ray-js/components 1.6.26 → 1.6.27
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/lib/CheckboxGroup/CheckboxGroup.js +1 -0
- package/lib/CheckboxGroup/CheckboxGroup.thing.js +1 -0
- package/lib/CheckboxGroup/CheckboxGroup.wechat.js +1 -0
- package/lib/PickerView/PickerView.js +1 -0
- package/lib/RadioGroup/RadioGroup.js +1 -0
- package/lib/RadioGroup/RadioGroup.thing.js +1 -0
- package/lib/RadioGroup/RadioGroup.wechat.js +1 -0
- package/lib/Swiper/Swiper.js +1 -0
- package/lib/Swiper/Swiper.thing.js +1 -0
- package/lib/Swiper/Swiper.wechat.js +1 -0
- package/lib/utils/handleProps.js +1 -0
- package/package.json +5 -5
@@ -1,5 +1,6 @@
|
|
1
1
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
2
2
|
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
3
|
+
import "core-js/modules/esnext.iterator.constructor.js";
|
3
4
|
import "core-js/modules/esnext.iterator.map.js";
|
4
5
|
import * as React from 'react';
|
5
6
|
import handleProps from '../utils/handleProps';
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
2
2
|
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
3
|
+
import "core-js/modules/esnext.iterator.constructor.js";
|
3
4
|
import "core-js/modules/esnext.iterator.map.js";
|
4
5
|
import * as React from 'react';
|
5
6
|
import clsx from 'clsx';
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
2
2
|
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
3
|
+
import "core-js/modules/esnext.iterator.constructor.js";
|
3
4
|
import "core-js/modules/esnext.iterator.map.js";
|
4
5
|
import * as React from 'react';
|
5
6
|
import { useEventListener } from 'ahooks';
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
3
3
|
const _excluded = ["options", "name", "disabled", "onChange", "children", "style"];
|
4
|
+
import "core-js/modules/esnext.iterator.constructor.js";
|
4
5
|
import "core-js/modules/esnext.iterator.map.js";
|
5
6
|
import * as React from 'react';
|
6
7
|
import { RadioGroup as RemaxRadioGroup } from '@ray-js/adapter';
|
package/lib/Swiper/Swiper.js
CHANGED
@@ -2,6 +2,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
2
|
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
3
3
|
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
4
4
|
const _excluded = ["id", "style", "className", "current", "dataSource", "onAfterChange", "onChange", "renderItem", "children"];
|
5
|
+
import "core-js/modules/esnext.iterator.constructor.js";
|
5
6
|
import "core-js/modules/esnext.iterator.map.js";
|
6
7
|
// import clsx from 'clsx';
|
7
8
|
import * as React from 'react';
|
@@ -2,6 +2,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
2
|
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
3
3
|
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
4
4
|
const _excluded = ["id", "style", "className", "current", "dataSource", "onAfterChange", "onChange", "renderItem", "children"];
|
5
|
+
import "core-js/modules/esnext.iterator.constructor.js";
|
5
6
|
import "core-js/modules/esnext.iterator.map.js";
|
6
7
|
import clsx from 'clsx';
|
7
8
|
import * as React from 'react';
|
@@ -2,6 +2,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
2
|
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
3
3
|
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
4
4
|
const _excluded = ["id", "style", "className", "current", "dataSource", "onAfterChange", "onChange", "renderItem", "children"];
|
5
|
+
import "core-js/modules/esnext.iterator.constructor.js";
|
5
6
|
import "core-js/modules/esnext.iterator.map.js";
|
6
7
|
import clsx from 'clsx';
|
7
8
|
import * as React from 'react';
|
package/lib/utils/handleProps.js
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
3
3
|
const _excluded = ["className", "hoverClassName", "hoverStyle", "refresherDefaultStyle", "overlayStyle", "customStyle", "indicatorStyle", "maskStyle", "placeholderStyle", "borderStyle", "style", "children"];
|
4
|
+
import "core-js/modules/esnext.iterator.constructor.js";
|
4
5
|
import "core-js/modules/esnext.iterator.map.js";
|
5
6
|
import { inlineStyle } from '@ray-js/framework-shared';
|
6
7
|
import { paramCase } from 'param-case';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ray-js/components",
|
3
|
-
"version": "1.6.
|
3
|
+
"version": "1.6.27",
|
4
4
|
"description": "Ray basic components",
|
5
5
|
"keywords": [
|
6
6
|
"ray"
|
@@ -29,8 +29,8 @@
|
|
29
29
|
"dependencies": {
|
30
30
|
"@ray-core/macro": "^0.4.8",
|
31
31
|
"@ray-core/wechat": "^0.4.8",
|
32
|
-
"@ray-js/adapter": "1.6.
|
33
|
-
"@ray-js/framework-shared": "1.6.
|
32
|
+
"@ray-js/adapter": "1.6.27",
|
33
|
+
"@ray-js/framework-shared": "1.6.27",
|
34
34
|
"ahooks": "^3.8.4",
|
35
35
|
"clsx": "^1.2.1",
|
36
36
|
"core-js": "^3.41.0",
|
@@ -40,11 +40,11 @@
|
|
40
40
|
"style-to-object": "^0.3.0"
|
41
41
|
},
|
42
42
|
"devDependencies": {
|
43
|
-
"@ray-js/cli": "1.6.
|
43
|
+
"@ray-js/cli": "1.6.27"
|
44
44
|
},
|
45
45
|
"publishConfig": {
|
46
46
|
"access": "public",
|
47
47
|
"registry": "https://registry.npmjs.com"
|
48
48
|
},
|
49
|
-
"gitHead": "
|
49
|
+
"gitHead": "b18090b1c4c2db59972453985c9265ef56236eb2"
|
50
50
|
}
|