jh-componentj 0.2.3 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/tvjs-xp.js +27826 -978
- package/dist/tvjs-xp.min.js +2 -2
- package/dist/tvjs-xp.min.js.LICENSE.txt +14 -1
- package/package.json +1 -1
- package/src/Main.vue +1 -1
@@ -1,6 +1,19 @@
|
|
1
1
|
/*!
|
2
|
-
* TVJS Std Extension Pack - v0.2.
|
2
|
+
* TVJS Std Extension Pack - v0.2.4 - Sat Nov 30 2024
|
3
3
|
* https://github.com/tvjsx/tvjs-xp
|
4
4
|
* Copyright (c) 2020 c451 Code's All Right;
|
5
5
|
* Licensed under the MIT license
|
6
6
|
*/
|
7
|
+
|
8
|
+
/*!
|
9
|
+
* TradingVue.JS - v1.0.2 - Thu Mar 18 2021
|
10
|
+
* https://github.com/tvjsx/trading-vue-js
|
11
|
+
* Copyright (c) 2019 C451 Code's All Right;
|
12
|
+
* Licensed under the MIT license
|
13
|
+
*/
|
14
|
+
|
15
|
+
/*! Hammer.JS - v2.0.7 - 2016-04-22
|
16
|
+
* http://hammerjs.github.io/
|
17
|
+
*
|
18
|
+
* Copyright (c) 2016 Jorik Tangelder;
|
19
|
+
* Licensed under the MIT license */
|
package/package.json
CHANGED
package/src/Main.vue
CHANGED
@@ -28,7 +28,7 @@ import { DataCube } from "trading-vue-js";
|
|
28
28
|
import StdInput from "./components/StdInput.vue";
|
29
29
|
|
30
30
|
import Data from "../data/data.json";
|
31
|
-
import Extensions from "./
|
31
|
+
import Extensions from "./index_prod";
|
32
32
|
|
33
33
|
import App1 from "./apps/App1.vue";
|
34
34
|
|