@visactor/vstory 0.0.21 → 0.0.23-alpha.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/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/dist/index.js +119752 -49360
- package/dist/index.min.js +1 -1
- package/es/index.js +2 -2
- package/es/index.js.map +1 -1
- package/package.json +9 -9
package/es/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { registerEasing } from "@visactor/vstory-animate";
|
|
|
2
2
|
|
|
3
3
|
import { initVR, registerCharacters, registerGraphics } from "@visactor/vstory-core";
|
|
4
4
|
|
|
5
|
-
import { registerCommonBounceAction, registerVChartAction, registerVComponentAction } from "@visactor/vstory-player";
|
|
5
|
+
import { registerCommonBounceAction, registerVChartAction, registerVComponentAction, registerVTableAction } from "@visactor/vstory-player";
|
|
6
6
|
|
|
7
7
|
export * from "@visactor/vstory-core";
|
|
8
8
|
|
|
@@ -16,7 +16,7 @@ export * from "@visactor/vstory-animate";
|
|
|
16
16
|
|
|
17
17
|
export function registerAll() {
|
|
18
18
|
registerGraphics(), registerCharacters(), registerVChartAction(), registerVComponentAction(),
|
|
19
|
-
registerCommonBounceAction(), registerEasing(), initVR();
|
|
19
|
+
registerCommonBounceAction(), registerEasing(), registerVTableAction(), initVR();
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
import * as VUtils_1 from "@visactor/vutils";
|
package/es/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACrF,OAAO,
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACrF,OAAO,EACL,0BAA0B,EAC1B,oBAAoB,EACpB,wBAAwB,EACxB,oBAAoB,EACrB,MAAM,yBAAyB,CAAC;AAEjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AAEzC,MAAM,UAAU,WAAW;IACzB,gBAAgB,EAAE,CAAC;IACnB,kBAAkB,EAAE,CAAC;IACrB,oBAAoB,EAAE,CAAC;IACvB,wBAAwB,EAAE,CAAC;IAC3B,0BAA0B,EAAE,CAAC;IAC7B,cAAc,EAAE,CAAC;IACjB,oBAAoB,EAAE,CAAC;IACvB,MAAM,EAAE,CAAC;AACX,CAAC;0BACuB,kBAAkB;qBAA9B,MAAM","file":"index.js","sourcesContent":["import { registerEasing } from '@visactor/vstory-animate';\nimport { initVR, registerCharacters, registerGraphics } from '@visactor/vstory-core';\nimport {\n registerCommonBounceAction,\n registerVChartAction,\n registerVComponentAction,\n registerVTableAction\n} from '@visactor/vstory-player';\n\nexport * from '@visactor/vstory-core';\nexport * from '@visactor/vstory-player';\nexport * from '@visactor/vstory-templates';\nexport * from '@visactor/vstory-external';\nexport * from '@visactor/vstory-animate';\n\nexport function registerAll() {\n registerGraphics();\n registerCharacters();\n registerVChartAction();\n registerVComponentAction();\n registerCommonBounceAction();\n registerEasing();\n registerVTableAction();\n initVR();\n}\nexport * as VUtils from '@visactor/vutils';\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vstory",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.23-alpha.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"sideEffects": true,
|
|
6
6
|
"main": "cjs/index.js",
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"dist"
|
|
13
13
|
],
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@visactor/vstory-core": "0.0.
|
|
16
|
-
"@visactor/vstory-animate": "0.0.
|
|
17
|
-
"@visactor/vstory-editor": "0.0.
|
|
18
|
-
"@visactor/vstory-player": "0.0.
|
|
19
|
-
"@visactor/vstory-templates": "0.0.
|
|
20
|
-
"@visactor/vstory-external": "0.0.
|
|
15
|
+
"@visactor/vstory-core": "0.0.23-alpha.0",
|
|
16
|
+
"@visactor/vstory-animate": "0.0.23-alpha.0",
|
|
17
|
+
"@visactor/vstory-editor": "0.0.23-alpha.0",
|
|
18
|
+
"@visactor/vstory-player": "0.0.23-alpha.0",
|
|
19
|
+
"@visactor/vstory-templates": "0.0.23-alpha.0",
|
|
20
|
+
"@visactor/vstory-external": "0.0.23-alpha.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@rushstack/eslint-patch": "~1.1.4",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"vite": "3.2.6",
|
|
44
44
|
"typescript": "4.9.5",
|
|
45
45
|
"@internal/bundler": "0.0.1",
|
|
46
|
-
"@internal/
|
|
47
|
-
"@internal/
|
|
46
|
+
"@internal/ts-config": "0.0.1",
|
|
47
|
+
"@internal/eslint-config": "0.0.1"
|
|
48
48
|
},
|
|
49
49
|
"keywords": [
|
|
50
50
|
"VisActor",
|