@tapni/auth 1.0.7 → 1.0.9

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.
Files changed (54) hide show
  1. package/README.md +2 -0
  2. package/dist/.vite/manifest.json +12 -19
  3. package/dist/.well-known/assetlinks.json +10 -12
  4. package/dist/.well-known/microsoft-identity-association.json +5 -5
  5. package/dist/{Apps-BNLnNAmv.js → Apps-spt3-xmr.js} +1 -1
  6. package/dist/{Billing-C6F6zxbg.js → Billing-EQtSRyls.js} +1 -1
  7. package/dist/{CustomApp-B78nPESB.js → CustomApp-DytcodWc.js} +1 -1
  8. package/dist/{General-E-VRkj_Y.js → General-BBoC_TV2.js} +1 -1
  9. package/dist/{QR-vXam_Tu3.js → QR-DmSyXgb5.js} +1 -1
  10. package/dist/TapniAuth.es.js +1 -1
  11. package/dist/TapniAuth.umd.js +15 -15
  12. package/dist/blank.html +31 -0
  13. package/dist/{install-DW5mvDvp.js → install-DJ7V1wyP.js} +1870 -1940
  14. package/dist/site.webmanifest +11 -1
  15. package/dist/style.css +1 -1
  16. package/package.json +14 -5
  17. package/src/.prettierrc.json +16 -0
  18. package/src/components/DELETE_LinkIcon.vue +174 -225
  19. package/src/components/DELETE_SSOPick.vue +93 -148
  20. package/src/eslint.config.js +15 -0
  21. package/src/install.js +9 -10
  22. package/src/main.js +54 -57
  23. package/src/mixins/apple.mixin.js +56 -54
  24. package/src/mixins/auth.mixin.js +3 -2
  25. package/src/mixins/global.mixin.js +2 -2
  26. package/src/mixins/google.mixin.js +53 -54
  27. package/src/mixins/qr-auth.mixin.js +111 -107
  28. package/src/router/index.js +6 -6
  29. package/src/routes.js +1 -1
  30. package/src/services/Api.js +55 -57
  31. package/src/services/AuthService.js +0 -8
  32. package/src/services/CompanyService.js +10 -10
  33. package/src/services/DeviceService.js +3 -3
  34. package/src/services/UserService.js +45 -45
  35. package/src/services/UtilService.js +256 -218
  36. package/src/store/event-bus.js +22 -22
  37. package/src/store/locales/cn.js +442 -458
  38. package/src/store/locales/de.js +438 -517
  39. package/src/store/locales/es.js +442 -524
  40. package/src/store/locales/fr.js +442 -516
  41. package/src/store/locales/it.js +442 -514
  42. package/src/store/locales/kr.js +442 -491
  43. package/src/store/locales/lang.js +43 -43
  44. package/src/store/locales/sr.js +439 -492
  45. package/src/store/locales/tr.js +436 -487
  46. package/src/store/store.js +6 -6
  47. package/src/views/Account.vue +2 -2
  48. package/src/views/Callback.vue +36 -33
  49. package/src/views/Login.vue +4 -26
  50. package/src/views/Register.vue +1 -11
  51. package/src/views/Reset.vue +132 -135
  52. package/src/views/Verify.vue +153 -151
  53. package/dist/web-AXRKjAOB.js +0 -92
  54. package/src/mixins/facebook.mixin.js +0 -78
package/README.md CHANGED
@@ -25,7 +25,9 @@ npm run build
25
25
  ```sh
26
26
  npm run build-lib
27
27
  ```
28
+
28
29
  and then run
30
+
29
31
  ```sh
30
32
  npm publish
31
33
  ```
@@ -1,6 +1,6 @@
1
1
  {
2
- "_install-DW5mvDvp.js": {
3
- "file": "install-DW5mvDvp.js",
2
+ "_install-DJ7V1wyP.js": {
3
+ "file": "install-DJ7V1wyP.js",
4
4
  "name": "install",
5
5
  "dynamicImports": [
6
6
  "src/views/QR.vue",
@@ -9,7 +9,6 @@
9
9
  "src/views/CustomApp.vue",
10
10
  "src/views/General.vue",
11
11
  "node_modules/@codetrix-studio/capacitor-google-auth/dist/esm/web.js",
12
- "node_modules/@capacitor-community/facebook-login/dist/esm/web.js",
13
12
  "node_modules/@capacitor-community/apple-sign-in/dist/esm/web.js",
14
13
  "node_modules/@tapni/capacitor-reactive-localstorage-vue3/node_modules/@capacitor/preferences/dist/esm/web.js"
15
14
  ]
@@ -20,12 +19,6 @@
20
19
  "src": "node_modules/@capacitor-community/apple-sign-in/dist/esm/web.js",
21
20
  "isDynamicEntry": true
22
21
  },
23
- "node_modules/@capacitor-community/facebook-login/dist/esm/web.js": {
24
- "file": "web-AXRKjAOB.js",
25
- "name": "web",
26
- "src": "node_modules/@capacitor-community/facebook-login/dist/esm/web.js",
27
- "isDynamicEntry": true
28
- },
29
22
  "node_modules/@codetrix-studio/capacitor-google-auth/dist/esm/web.js": {
30
23
  "file": "web-UrTMimK1.js",
31
24
  "name": "web",
@@ -45,48 +38,48 @@
45
38
  "isEntry": true
46
39
  },
47
40
  "src/views/Apps.vue": {
48
- "file": "Apps-BNLnNAmv.js",
41
+ "file": "Apps-spt3-xmr.js",
49
42
  "name": "Apps",
50
43
  "src": "src/views/Apps.vue",
51
44
  "isDynamicEntry": true,
52
45
  "imports": [
53
- "_install-DW5mvDvp.js"
46
+ "_install-DJ7V1wyP.js"
54
47
  ]
55
48
  },
56
49
  "src/views/Billing.vue": {
57
- "file": "Billing-C6F6zxbg.js",
50
+ "file": "Billing-EQtSRyls.js",
58
51
  "name": "Billing",
59
52
  "src": "src/views/Billing.vue",
60
53
  "isDynamicEntry": true,
61
54
  "imports": [
62
- "_install-DW5mvDvp.js"
55
+ "_install-DJ7V1wyP.js"
63
56
  ]
64
57
  },
65
58
  "src/views/CustomApp.vue": {
66
- "file": "CustomApp-B78nPESB.js",
59
+ "file": "CustomApp-DytcodWc.js",
67
60
  "name": "CustomApp",
68
61
  "src": "src/views/CustomApp.vue",
69
62
  "isDynamicEntry": true,
70
63
  "imports": [
71
- "_install-DW5mvDvp.js"
64
+ "_install-DJ7V1wyP.js"
72
65
  ]
73
66
  },
74
67
  "src/views/General.vue": {
75
- "file": "General-E-VRkj_Y.js",
68
+ "file": "General-BBoC_TV2.js",
76
69
  "name": "General",
77
70
  "src": "src/views/General.vue",
78
71
  "isDynamicEntry": true,
79
72
  "imports": [
80
- "_install-DW5mvDvp.js"
73
+ "_install-DJ7V1wyP.js"
81
74
  ]
82
75
  },
83
76
  "src/views/QR.vue": {
84
- "file": "QR-vXam_Tu3.js",
77
+ "file": "QR-DmSyXgb5.js",
85
78
  "name": "QR",
86
79
  "src": "src/views/QR.vue",
87
80
  "isDynamicEntry": true,
88
81
  "imports": [
89
- "_install-DW5mvDvp.js"
82
+ "_install-DJ7V1wyP.js"
90
83
  ]
91
84
  },
92
85
  "style.css": {
@@ -1,12 +1,10 @@
1
- [{
2
- "relation": ["delegate_permission/common.handle_all_urls"],
3
- "target": {
4
- "namespace": "android_app",
5
- "package_name": "co.tapni.app",
6
- "sha256_cert_fingerprints":
7
- [
8
- "B5:E6:1C:2F:E6:57:A8:A8:53:E9:10:4D:40:7C:A4:1C:61:A6:05:B1:67:19:3B:87:BA:5D:FD:F7:62:1B:E7:94",
9
- "54:D6:D1:9A:91:74:AD:8E:51:C3:63:53:55:CB:A1:B3:D2:A4:79:AF:5E:93:A0:DC:9E:01:8A:4E:60:4D:C3:60"
10
- ]
11
- }
12
- }]
1
+ [
2
+ {
3
+ "relation": ["delegate_permission/common.handle_all_urls"],
4
+ "target": {
5
+ "namespace": "android_app",
6
+ "package_name": "co.tapni.app",
7
+ "sha256_cert_fingerprints": ["B5:E6:1C:2F:E6:57:A8:A8:53:E9:10:4D:40:7C:A4:1C:61:A6:05:B1:67:19:3B:87:BA:5D:FD:F7:62:1B:E7:94", "54:D6:D1:9A:91:74:AD:8E:51:C3:63:53:55:CB:A1:B3:D2:A4:79:AF:5E:93:A0:DC:9E:01:8A:4E:60:4D:C3:60"]
8
+ }
9
+ }
10
+ ]
@@ -1,7 +1,7 @@
1
1
  {
2
- "associatedApplications": [
3
- {
4
- "applicationId": "6c0662cb-3333-436d-a092-b5a37c50599e"
5
- }
6
- ]
2
+ "associatedApplications": [
3
+ {
4
+ "applicationId": "6c0662cb-3333-436d-a092-b5a37c50599e"
5
+ }
6
+ ]
7
7
  }
@@ -1,4 +1,4 @@
1
- import { a as l, _ as g, A as u, E as _ } from "./install-DW5mvDvp.js";
1
+ import { a as l, _ as g, A as u, E as _ } from "./install-DJ7V1wyP.js";
2
2
  import { resolveComponent as h, openBlock as o, createElementBlock as a, createElementVNode as e, createCommentVNode as r, createBlock as f, withCtx as m, toDisplayString as i, Fragment as b, renderList as y } from "vue";
3
3
  const k = {
4
4
  async getRecordById(t) {
@@ -1,4 +1,4 @@
1
- import { _ as d, A as u, b as g, E as _ } from "./install-DW5mvDvp.js";
1
+ import { _ as d, A as u, b as g, E as _ } from "./install-DJ7V1wyP.js";
2
2
  import { resolveComponent as h, openBlock as e, createElementBlock as i, createElementVNode as s, createCommentVNode as r, createBlock as b, withCtx as m, toDisplayString as a, createTextVNode as f, Fragment as y, renderList as v } from "vue";
3
3
  const w = {
4
4
  name: "AuthBilling",
@@ -1,4 +1,4 @@
1
- import { _ as d, A as u, b as g, E as m } from "./install-DW5mvDvp.js";
1
+ import { _ as d, A as u, b as g, E as m } from "./install-DJ7V1wyP.js";
2
2
  import { resolveComponent as _, openBlock as s, createElementBlock as a, createElementVNode as t, createCommentVNode as r, createBlock as h, withCtx as f, toDisplayString as i } from "vue";
3
3
  const y = {
4
4
  name: "AuthCustomApp",
@@ -1,4 +1,4 @@
1
- import { _ as ae, A as te, E as le } from "./install-DW5mvDvp.js";
1
+ import { _ as ae, A as te, E as le } from "./install-DJ7V1wyP.js";
2
2
  import "await-to-js";
3
3
  import { defineComponent as Z, mergeModels as K, useModel as oe, ref as S, computed as P, watch as J, onMounted as ne, onBeforeUnmount as ie, openBlock as d, createElementBlock as g, normalizeClass as V, createElementVNode as i, renderSlot as M, createTextVNode as O, toDisplayString as L, createCommentVNode as x, Fragment as E, renderList as I, createVNode as $, withDirectives as T, vModelText as F, createBlock as B, Teleport as se, normalizeStyle as re, withCtx as X, withKeys as de, resolveComponent as H, withModifiers as ue } from "vue";
4
4
  (function() {
@@ -1,4 +1,4 @@
1
- import { _ as s, A as i, Q as a } from "./install-DW5mvDvp.js";
1
+ import { _ as s, A as i, Q as a } from "./install-DJ7V1wyP.js";
2
2
  import { resolveComponent as r, openBlock as u, createElementBlock as p, createElementVNode as o, toDisplayString as t, createVNode as d, withCtx as g, createTextVNode as _ } from "vue";
3
3
  const m = {
4
4
  name: "AuthQR",
@@ -1,4 +1,4 @@
1
- import { i as f } from "./install-DW5mvDvp.js";
1
+ import { i as f } from "./install-DJ7V1wyP.js";
2
2
  export {
3
3
  f as default
4
4
  };