@tapni/auth 1.0.8 → 1.0.10

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 (49) hide show
  1. package/README.md +2 -0
  2. package/dist/.vite/manifest.json +12 -12
  3. package/dist/.well-known/assetlinks.json +10 -12
  4. package/dist/.well-known/microsoft-identity-association.json +5 -5
  5. package/dist/{Apps-aanvwc1E.js → Apps-RvuCmVZn.js} +1 -1
  6. package/dist/{Billing-C7LjeXBV.js → Billing-Cl-Go20Z.js} +1 -1
  7. package/dist/{CustomApp-Cd00FwXJ.js → CustomApp-CZq-1s27.js} +1 -1
  8. package/dist/{General-DH-AnLIA.js → General-B4mMzmcc.js} +1 -1
  9. package/dist/{QR-cfWsMTIZ.js → QR-BNOCCI9L.js} +1 -1
  10. package/dist/TapniAuth.es.js +1 -1
  11. package/dist/TapniAuth.umd.js +8 -8
  12. package/dist/blank.html +31 -0
  13. package/dist/{install-CBFqB-tX.js → install-DqdbJ4A1.js} +760 -743
  14. package/dist/site.webmanifest +11 -1
  15. package/dist/style.css +1 -1
  16. package/package.json +14 -4
  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/CompanyService.js +10 -10
  32. package/src/services/DeviceService.js +3 -3
  33. package/src/services/UserService.js +45 -45
  34. package/src/services/UtilService.js +256 -218
  35. package/src/store/event-bus.js +22 -22
  36. package/src/store/locales/cn.js +442 -458
  37. package/src/store/locales/de.js +438 -517
  38. package/src/store/locales/es.js +442 -524
  39. package/src/store/locales/fr.js +442 -516
  40. package/src/store/locales/it.js +442 -514
  41. package/src/store/locales/kr.js +442 -491
  42. package/src/store/locales/lang.js +43 -43
  43. package/src/store/locales/sr.js +439 -492
  44. package/src/store/locales/tr.js +436 -487
  45. package/src/store/store.js +6 -6
  46. package/src/views/Account.vue +2 -2
  47. package/src/views/Callback.vue +36 -33
  48. package/src/views/Reset.vue +132 -135
  49. package/src/views/Verify.vue +153 -151
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-CBFqB-tX.js": {
3
- "file": "install-CBFqB-tX.js",
2
+ "_install-DqdbJ4A1.js": {
3
+ "file": "install-DqdbJ4A1.js",
4
4
  "name": "install",
5
5
  "dynamicImports": [
6
6
  "src/views/QR.vue",
@@ -38,48 +38,48 @@
38
38
  "isEntry": true
39
39
  },
40
40
  "src/views/Apps.vue": {
41
- "file": "Apps-aanvwc1E.js",
41
+ "file": "Apps-RvuCmVZn.js",
42
42
  "name": "Apps",
43
43
  "src": "src/views/Apps.vue",
44
44
  "isDynamicEntry": true,
45
45
  "imports": [
46
- "_install-CBFqB-tX.js"
46
+ "_install-DqdbJ4A1.js"
47
47
  ]
48
48
  },
49
49
  "src/views/Billing.vue": {
50
- "file": "Billing-C7LjeXBV.js",
50
+ "file": "Billing-Cl-Go20Z.js",
51
51
  "name": "Billing",
52
52
  "src": "src/views/Billing.vue",
53
53
  "isDynamicEntry": true,
54
54
  "imports": [
55
- "_install-CBFqB-tX.js"
55
+ "_install-DqdbJ4A1.js"
56
56
  ]
57
57
  },
58
58
  "src/views/CustomApp.vue": {
59
- "file": "CustomApp-Cd00FwXJ.js",
59
+ "file": "CustomApp-CZq-1s27.js",
60
60
  "name": "CustomApp",
61
61
  "src": "src/views/CustomApp.vue",
62
62
  "isDynamicEntry": true,
63
63
  "imports": [
64
- "_install-CBFqB-tX.js"
64
+ "_install-DqdbJ4A1.js"
65
65
  ]
66
66
  },
67
67
  "src/views/General.vue": {
68
- "file": "General-DH-AnLIA.js",
68
+ "file": "General-B4mMzmcc.js",
69
69
  "name": "General",
70
70
  "src": "src/views/General.vue",
71
71
  "isDynamicEntry": true,
72
72
  "imports": [
73
- "_install-CBFqB-tX.js"
73
+ "_install-DqdbJ4A1.js"
74
74
  ]
75
75
  },
76
76
  "src/views/QR.vue": {
77
- "file": "QR-cfWsMTIZ.js",
77
+ "file": "QR-BNOCCI9L.js",
78
78
  "name": "QR",
79
79
  "src": "src/views/QR.vue",
80
80
  "isDynamicEntry": true,
81
81
  "imports": [
82
- "_install-CBFqB-tX.js"
82
+ "_install-DqdbJ4A1.js"
83
83
  ]
84
84
  },
85
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-CBFqB-tX.js";
1
+ import { a as l, _ as g, A as u, E as _ } from "./install-DqdbJ4A1.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-CBFqB-tX.js";
1
+ import { _ as d, A as u, b as g, E as _ } from "./install-DqdbJ4A1.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-CBFqB-tX.js";
1
+ import { _ as d, A as u, b as g, E as m } from "./install-DqdbJ4A1.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-CBFqB-tX.js";
1
+ import { _ as ae, A as te, E as le } from "./install-DqdbJ4A1.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-CBFqB-tX.js";
1
+ import { _ as s, A as i, Q as a } from "./install-DqdbJ4A1.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-CBFqB-tX.js";
1
+ import { i as f } from "./install-DqdbJ4A1.js";
2
2
  export {
3
3
  f as default
4
4
  };