@leafer-in/robot 1.3.2 → 1.3.3
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/robot.cjs +8 -8
- package/dist/robot.esm.js +8 -8
- package/dist/robot.js +8 -8
- package/package.json +4 -4
package/dist/robot.cjs
CHANGED
|
@@ -16,7 +16,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
16
16
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
17
17
|
PERFORMANCE OF THIS SOFTWARE.
|
|
18
18
|
***************************************************************************** */
|
|
19
|
-
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
19
|
+
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
function __decorate(decorators, target, key, desc) {
|
|
@@ -164,25 +164,25 @@ exports.Robot = class Robot extends draw.UI {
|
|
|
164
164
|
};
|
|
165
165
|
__decorate([
|
|
166
166
|
draw.dataProcessor(RobotData)
|
|
167
|
-
], exports.Robot.prototype, "__",
|
|
167
|
+
], exports.Robot.prototype, "__", undefined);
|
|
168
168
|
__decorate([
|
|
169
169
|
draw.boundsType()
|
|
170
|
-
], exports.Robot.prototype, "robot",
|
|
170
|
+
], exports.Robot.prototype, "robot", undefined);
|
|
171
171
|
__decorate([
|
|
172
172
|
draw.dataType()
|
|
173
|
-
], exports.Robot.prototype, "actions",
|
|
173
|
+
], exports.Robot.prototype, "actions", undefined);
|
|
174
174
|
__decorate([
|
|
175
175
|
draw.dataType('')
|
|
176
|
-
], exports.Robot.prototype, "action",
|
|
176
|
+
], exports.Robot.prototype, "action", undefined);
|
|
177
177
|
__decorate([
|
|
178
178
|
draw.surfaceType(0)
|
|
179
|
-
], exports.Robot.prototype, "now",
|
|
179
|
+
], exports.Robot.prototype, "now", undefined);
|
|
180
180
|
__decorate([
|
|
181
181
|
draw.dataType(12)
|
|
182
|
-
], exports.Robot.prototype, "FPS",
|
|
182
|
+
], exports.Robot.prototype, "FPS", undefined);
|
|
183
183
|
__decorate([
|
|
184
184
|
draw.dataType(true)
|
|
185
|
-
], exports.Robot.prototype, "loop",
|
|
185
|
+
], exports.Robot.prototype, "loop", undefined);
|
|
186
186
|
exports.Robot = __decorate([
|
|
187
187
|
draw.registerUI()
|
|
188
188
|
], exports.Robot);
|
package/dist/robot.esm.js
CHANGED
|
@@ -14,7 +14,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
14
14
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
15
15
|
PERFORMANCE OF THIS SOFTWARE.
|
|
16
16
|
***************************************************************************** */
|
|
17
|
-
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
17
|
+
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
function __decorate(decorators, target, key, desc) {
|
|
@@ -162,25 +162,25 @@ let Robot = class Robot extends UI {
|
|
|
162
162
|
};
|
|
163
163
|
__decorate([
|
|
164
164
|
dataProcessor(RobotData)
|
|
165
|
-
], Robot.prototype, "__",
|
|
165
|
+
], Robot.prototype, "__", undefined);
|
|
166
166
|
__decorate([
|
|
167
167
|
boundsType()
|
|
168
|
-
], Robot.prototype, "robot",
|
|
168
|
+
], Robot.prototype, "robot", undefined);
|
|
169
169
|
__decorate([
|
|
170
170
|
dataType()
|
|
171
|
-
], Robot.prototype, "actions",
|
|
171
|
+
], Robot.prototype, "actions", undefined);
|
|
172
172
|
__decorate([
|
|
173
173
|
dataType('')
|
|
174
|
-
], Robot.prototype, "action",
|
|
174
|
+
], Robot.prototype, "action", undefined);
|
|
175
175
|
__decorate([
|
|
176
176
|
surfaceType(0)
|
|
177
|
-
], Robot.prototype, "now",
|
|
177
|
+
], Robot.prototype, "now", undefined);
|
|
178
178
|
__decorate([
|
|
179
179
|
dataType(12)
|
|
180
|
-
], Robot.prototype, "FPS",
|
|
180
|
+
], Robot.prototype, "FPS", undefined);
|
|
181
181
|
__decorate([
|
|
182
182
|
dataType(true)
|
|
183
|
-
], Robot.prototype, "loop",
|
|
183
|
+
], Robot.prototype, "loop", undefined);
|
|
184
184
|
Robot = __decorate([
|
|
185
185
|
registerUI()
|
|
186
186
|
], Robot);
|
package/dist/robot.js
CHANGED
|
@@ -16,7 +16,7 @@ this.LeaferIN.robot = (function (exports, draw) {
|
|
|
16
16
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
17
17
|
PERFORMANCE OF THIS SOFTWARE.
|
|
18
18
|
***************************************************************************** */
|
|
19
|
-
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
19
|
+
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
function __decorate(decorators, target, key, desc) {
|
|
@@ -164,25 +164,25 @@ this.LeaferIN.robot = (function (exports, draw) {
|
|
|
164
164
|
};
|
|
165
165
|
__decorate([
|
|
166
166
|
draw.dataProcessor(RobotData)
|
|
167
|
-
], exports.Robot.prototype, "__",
|
|
167
|
+
], exports.Robot.prototype, "__", undefined);
|
|
168
168
|
__decorate([
|
|
169
169
|
draw.boundsType()
|
|
170
|
-
], exports.Robot.prototype, "robot",
|
|
170
|
+
], exports.Robot.prototype, "robot", undefined);
|
|
171
171
|
__decorate([
|
|
172
172
|
draw.dataType()
|
|
173
|
-
], exports.Robot.prototype, "actions",
|
|
173
|
+
], exports.Robot.prototype, "actions", undefined);
|
|
174
174
|
__decorate([
|
|
175
175
|
draw.dataType('')
|
|
176
|
-
], exports.Robot.prototype, "action",
|
|
176
|
+
], exports.Robot.prototype, "action", undefined);
|
|
177
177
|
__decorate([
|
|
178
178
|
draw.surfaceType(0)
|
|
179
|
-
], exports.Robot.prototype, "now",
|
|
179
|
+
], exports.Robot.prototype, "now", undefined);
|
|
180
180
|
__decorate([
|
|
181
181
|
draw.dataType(12)
|
|
182
|
-
], exports.Robot.prototype, "FPS",
|
|
182
|
+
], exports.Robot.prototype, "FPS", undefined);
|
|
183
183
|
__decorate([
|
|
184
184
|
draw.dataType(true)
|
|
185
|
-
], exports.Robot.prototype, "loop",
|
|
185
|
+
], exports.Robot.prototype, "loop", undefined);
|
|
186
186
|
exports.Robot = __decorate([
|
|
187
187
|
draw.registerUI()
|
|
188
188
|
], exports.Robot);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leafer-in/robot",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"description": "@leafer-in/robot",
|
|
5
5
|
"author": "Chao (Leafer) Wan",
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"leaferjs"
|
|
35
35
|
],
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"@leafer-ui/draw": "^1.3.
|
|
38
|
-
"@leafer-ui/interface": "^1.3.
|
|
39
|
-
"@leafer-in/interface": "^1.3.
|
|
37
|
+
"@leafer-ui/draw": "^1.3.3",
|
|
38
|
+
"@leafer-ui/interface": "^1.3.3",
|
|
39
|
+
"@leafer-in/interface": "^1.3.3"
|
|
40
40
|
}
|
|
41
41
|
}
|