ablok-photobooth 0.2.39 → 0.2.40
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/ablok-photobooth.js +12 -0
- package/dist/chunks/color-booth.vue_vue_type_style_index_0_lang-Cxo8ZMRt.js +98 -0
- package/dist/chunks/creative-booth.vue_vue_type_style_index_0_lang-BUDOTH0K.js +210 -0
- package/dist/chunks/fabric-canvas.vue_vue_type_style_index_0_lang-B-D65X2t.js +318 -0
- package/dist/chunks/face-swap.vue_vue_type_style_index_0_lang-B0EJ4Q3T.js +229 -0
- package/dist/chunks/media-api-DcCOqndv.js +164 -0
- package/dist/chunks/photo-app.vue_vue_type_style_index_0_lang-CQsO0T0U.js +569 -0
- package/dist/color-booth.js +4 -0
- package/dist/creative-booth.js +6 -0
- package/dist/fabric-canvas.js +4 -0
- package/dist/face-swap.js +6 -0
- package/dist/photo-app.js +4 -0
- package/dist/{components → types/components}/photo-app.vue.d.ts +2 -2
- package/package.json +50 -11
- package/dist/App.vue.d.ts +0 -2
- package/dist/ablok-photobooth.es.js +0 -1545
- package/dist/ablok-photobooth.umd.js +0 -1
- package/dist/histoire.setup.d.ts +0 -1
- package/dist/i18n.d.ts +0 -77
- package/dist/main.d.ts +0 -0
- /package/dist/{api → types/api}/media-api.d.ts +0 -0
- /package/dist/{components → types/components}/color-booth.vue.d.ts +0 -0
- /package/dist/{components → types/components}/creative-booth.vue.d.ts +0 -0
- /package/dist/{components → types/components}/fabric-canvas.vue.d.ts +0 -0
- /package/dist/{components → types/components}/face-swap.vue.d.ts +0 -0
- /package/dist/{components → types/components}/svg-canvas.vue.d.ts +0 -0
- /package/dist/{index.d.ts → types/index.d.ts} +0 -0
- /package/dist/{locales → types/locales}/en.d.ts +0 -0
- /package/dist/{utilities → types/utilities}/idb-keyval.d.ts +0 -0
- /package/dist/{utilities → types/utilities}/indexed-db-api.d.ts +0 -0
- /package/dist/{utilities → types/utilities}/media-helpers.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,16 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ablok-photobooth",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.2.
|
|
5
|
-
"
|
|
4
|
+
"version": "0.2.40",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"peerDependencies": {
|
|
6
7
|
"@popperjs/core": "^2.11.6",
|
|
7
|
-
"ablok-components": "^0.3.
|
|
8
|
+
"ablok-components": "^0.3.59",
|
|
8
9
|
"bootstrap": "^5.3.8",
|
|
9
10
|
"fabric": "^7.1.0",
|
|
10
11
|
"lodash": "^4.17.23",
|
|
11
12
|
"vue": "^3.5.27",
|
|
12
13
|
"vue-i18n": "^11.2.8"
|
|
13
14
|
},
|
|
15
|
+
"peerDependenciesMeta": {
|
|
16
|
+
"@popperjs/core": {
|
|
17
|
+
"optional": true
|
|
18
|
+
},
|
|
19
|
+
"bootstrap": {
|
|
20
|
+
"optional": true
|
|
21
|
+
},
|
|
22
|
+
"fabric": {
|
|
23
|
+
"optional": true
|
|
24
|
+
},
|
|
25
|
+
"lodash": {
|
|
26
|
+
"optional": true
|
|
27
|
+
}
|
|
28
|
+
},
|
|
14
29
|
"devDependencies": {
|
|
15
30
|
"@histoire/plugin-vue": "^1.0.0-beta.1",
|
|
16
31
|
"@types/lodash": "^4.17.23",
|
|
@@ -23,17 +38,39 @@
|
|
|
23
38
|
"vite": "^7.3.1",
|
|
24
39
|
"vite-plugin-dts": "^4.5.4",
|
|
25
40
|
"vite-plugin-mkcert": "^1.17.9",
|
|
26
|
-
"vue-tsc": "^3.2.4"
|
|
41
|
+
"vue-tsc": "^3.2.4",
|
|
42
|
+
"vitest": "^4.1.5",
|
|
43
|
+
"@vue/test-utils": "^2.4.10"
|
|
27
44
|
},
|
|
28
45
|
"files": [
|
|
29
46
|
"dist"
|
|
30
47
|
],
|
|
31
|
-
"main": "./dist/ablok-photobooth.
|
|
32
|
-
"module": "./dist/ablok-photobooth.
|
|
48
|
+
"main": "./dist/ablok-photobooth.js",
|
|
49
|
+
"module": "./dist/ablok-photobooth.js",
|
|
33
50
|
"exports": {
|
|
34
51
|
".": {
|
|
35
|
-
"import": "./dist/ablok-photobooth.
|
|
36
|
-
"
|
|
52
|
+
"import": "./dist/ablok-photobooth.js",
|
|
53
|
+
"types": "./dist/types/index.d.ts"
|
|
54
|
+
},
|
|
55
|
+
"./photo-app": {
|
|
56
|
+
"import": "./dist/photo-app.js",
|
|
57
|
+
"types": "./dist/types/components/photo-app.vue.d.ts"
|
|
58
|
+
},
|
|
59
|
+
"./fabric-canvas": {
|
|
60
|
+
"import": "./dist/fabric-canvas.js",
|
|
61
|
+
"types": "./dist/types/components/fabric-canvas.vue.d.ts"
|
|
62
|
+
},
|
|
63
|
+
"./creative-booth": {
|
|
64
|
+
"import": "./dist/creative-booth.js",
|
|
65
|
+
"types": "./dist/types/components/creative-booth.vue.d.ts"
|
|
66
|
+
},
|
|
67
|
+
"./face-swap": {
|
|
68
|
+
"import": "./dist/face-swap.js",
|
|
69
|
+
"types": "./dist/types/components/face-swap.vue.d.ts"
|
|
70
|
+
},
|
|
71
|
+
"./color-booth": {
|
|
72
|
+
"import": "./dist/color-booth.js",
|
|
73
|
+
"types": "./dist/types/components/color-booth.vue.d.ts"
|
|
37
74
|
}
|
|
38
75
|
},
|
|
39
76
|
"types": "./dist/types/index.d.ts",
|
|
@@ -42,12 +79,14 @@
|
|
|
42
79
|
"build": "vue-tsc --noEmit && vite build",
|
|
43
80
|
"build:watch": "vue-tsc --noEmit --watch & vite build --watch",
|
|
44
81
|
"preview": "vite preview",
|
|
45
|
-
"build-lib
|
|
46
|
-
"build-lib": "vite build && vue-tsc --emitDeclarationOnly",
|
|
82
|
+
"build-lib": "vite build",
|
|
47
83
|
"release": "bash ./scripts/release.sh",
|
|
48
84
|
"postrelease": "bash ./scripts/publish.sh",
|
|
49
85
|
"story:dev": "histoire dev",
|
|
50
86
|
"story:build": "histoire build",
|
|
51
|
-
"story:preview": "histoire preview"
|
|
87
|
+
"story:preview": "histoire preview",
|
|
88
|
+
"test": "vitest run",
|
|
89
|
+
"test:watch": "vitest watch",
|
|
90
|
+
"test:ui": "vitest --ui"
|
|
52
91
|
}
|
|
53
92
|
}
|
package/dist/App.vue.d.ts
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|