@ray-js/adapter 1.7.33 → 1.7.35

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.
@@ -6,6 +6,7 @@ export interface MapProps extends BaseProps, DiffLayer {
6
6
  scale?: number;
7
7
  minScale?: number;
8
8
  maxScale?: number;
9
+ disableAnimation?: boolean;
9
10
  markers?: Array<Marker>;
10
11
  polyline?: Array<Polyline>;
11
12
  circles?: Array<Circle>;
@@ -8,6 +8,7 @@ export declare const alias: {
8
8
  scale: string;
9
9
  minScale: string;
10
10
  maxScale: string;
11
+ disableAnimation: string;
11
12
  markers: string;
12
13
  polyline: string;
13
14
  circles: string;
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.props = exports.alias = void 0;
4
4
  const universal_1 = require("../universal");
5
- exports.alias = Object.assign(Object.assign({}, universal_1.universalAlias), { id: 'id', className: 'class', style: 'style', updateLayout: 'update-layout', longitude: 'longitude', latitude: 'latitude', scale: 'scale', minScale: 'min-scale', maxScale: 'max-scale', markers: 'markers', polyline: 'polyline', circles: 'circles', polygons: 'polygons', borderWidth: 'border-width', borderStyle: 'border-style', borderColor: 'border-color', borderRadius: 'border-radius', borderRadiusTopLeft: 'border-radius-top-left', borderRadiusTopRight: 'border-radius-top-right', borderRadiusBottomLeft: 'border-radius-bottom-left', borderRadiusBottomRight: 'border-radius-bottom-right', backgroundColor: 'background-color', onMarkertap: 'bind:markertap', onCallouttap: 'bind:callouttap', onRegionchange: 'bind:regionchange', onInitdone: 'bind:initdone' });
5
+ exports.alias = Object.assign(Object.assign({}, universal_1.universalAlias), { id: 'id', className: 'class', style: 'style', updateLayout: 'update-layout', longitude: 'longitude', latitude: 'latitude', scale: 'scale', minScale: 'min-scale', maxScale: 'max-scale', disableAnimation: 'disable-animation', markers: 'markers', polyline: 'polyline', circles: 'circles', polygons: 'polygons', borderWidth: 'border-width', borderStyle: 'border-style', borderColor: 'border-color', borderRadius: 'border-radius', borderRadiusTopLeft: 'border-radius-top-left', borderRadiusTopRight: 'border-radius-top-right', borderRadiusBottomLeft: 'border-radius-bottom-left', borderRadiusBottomRight: 'border-radius-bottom-right', backgroundColor: 'background-color', onMarkertap: 'bind:markertap', onCallouttap: 'bind:callouttap', onRegionchange: 'bind:regionchange', onInitdone: 'bind:initdone' });
6
6
  exports.props = Object.values(exports.alias);
@@ -14,5 +14,5 @@ exports.ScrollView.defaultProps = {
14
14
  refresherDefaultStyle: 'black',
15
15
  refresherBackground: '#FFF',
16
16
  refresherTriggered: false,
17
- hideScrollbar: false,
17
+ hideScrollbar: true,
18
18
  };
@@ -6,6 +6,7 @@ export interface MapProps extends BaseProps, DiffLayer {
6
6
  scale?: number;
7
7
  minScale?: number;
8
8
  maxScale?: number;
9
+ disableAnimation?: boolean;
9
10
  markers?: Array<Marker>;
10
11
  polyline?: Array<Polyline>;
11
12
  circles?: Array<Circle>;
@@ -8,6 +8,7 @@ export declare const alias: {
8
8
  scale: string;
9
9
  minScale: string;
10
10
  maxScale: string;
11
+ disableAnimation: string;
11
12
  markers: string;
12
13
  polyline: string;
13
14
  circles: string;
@@ -1,3 +1,3 @@
1
1
  import { universalAlias } from '../universal';
2
- export const alias = Object.assign(Object.assign({}, universalAlias), { id: 'id', className: 'class', style: 'style', updateLayout: 'update-layout', longitude: 'longitude', latitude: 'latitude', scale: 'scale', minScale: 'min-scale', maxScale: 'max-scale', markers: 'markers', polyline: 'polyline', circles: 'circles', polygons: 'polygons', borderWidth: 'border-width', borderStyle: 'border-style', borderColor: 'border-color', borderRadius: 'border-radius', borderRadiusTopLeft: 'border-radius-top-left', borderRadiusTopRight: 'border-radius-top-right', borderRadiusBottomLeft: 'border-radius-bottom-left', borderRadiusBottomRight: 'border-radius-bottom-right', backgroundColor: 'background-color', onMarkertap: 'bind:markertap', onCallouttap: 'bind:callouttap', onRegionchange: 'bind:regionchange', onInitdone: 'bind:initdone' });
2
+ export const alias = Object.assign(Object.assign({}, universalAlias), { id: 'id', className: 'class', style: 'style', updateLayout: 'update-layout', longitude: 'longitude', latitude: 'latitude', scale: 'scale', minScale: 'min-scale', maxScale: 'max-scale', disableAnimation: 'disable-animation', markers: 'markers', polyline: 'polyline', circles: 'circles', polygons: 'polygons', borderWidth: 'border-width', borderStyle: 'border-style', borderColor: 'border-color', borderRadius: 'border-radius', borderRadiusTopLeft: 'border-radius-top-left', borderRadiusTopRight: 'border-radius-top-right', borderRadiusBottomLeft: 'border-radius-bottom-left', borderRadiusBottomRight: 'border-radius-bottom-right', backgroundColor: 'background-color', onMarkertap: 'bind:markertap', onCallouttap: 'bind:callouttap', onRegionchange: 'bind:regionchange', onInitdone: 'bind:initdone' });
3
3
  export const props = Object.values(alias);
@@ -11,5 +11,5 @@ ScrollView.defaultProps = {
11
11
  refresherDefaultStyle: 'black',
12
12
  refresherBackground: '#FFF',
13
13
  refresherTriggered: false,
14
- hideScrollbar: false,
14
+ hideScrollbar: true,
15
15
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/adapter",
3
- "version": "1.7.33",
3
+ "version": "1.7.35",
4
4
  "description": "Ray adapter for tuya",
5
5
  "keywords": [
6
6
  "ray"
@@ -36,7 +36,7 @@
36
36
  "@ray-core/types": "^0.4.9"
37
37
  },
38
38
  "devDependencies": {
39
- "@ray-js/types": "1.7.33",
39
+ "@ray-js/types": "1.7.35",
40
40
  "concurrently": "^6.5.1"
41
41
  },
42
42
  "publishConfig": {
@@ -44,5 +44,5 @@
44
44
  "registry": "https://registry.npmjs.org"
45
45
  },
46
46
  "esnext": "./esm/index.js",
47
- "gitHead": "d13ec0839e3bfca7d58958ec1e376c4b1638a75c"
47
+ "gitHead": "4883a076187a7b42d840d05f0c0bbfcf7366b400"
48
48
  }