@authup/client-web-kit 1.0.0-beta.44 → 1.0.0-beta.46

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 (143) hide show
  1. package/dist/components/entities/client/AClientForm.vue.d.ts +276 -41
  2. package/dist/components/entities/client/AClientForm.vue.d.ts.map +1 -1
  3. package/dist/components/entities/client/AClients.d.ts.map +1 -1
  4. package/dist/components/entities/client-scope/AClientScopes.d.ts.map +1 -1
  5. package/dist/components/entities/identity-provider/AIdentityProviderBasicFields.vue.d.ts +118 -323
  6. package/dist/components/entities/identity-provider/AIdentityProviderBasicFields.vue.d.ts.map +1 -1
  7. package/dist/components/entities/identity-provider/AIdentityProviderForm.vue.d.ts +283 -3087
  8. package/dist/components/entities/identity-provider/AIdentityProviderForm.vue.d.ts.map +1 -1
  9. package/dist/components/entities/identity-provider/AIdentityProviderLdapConnectionFields.vue.d.ts +3 -358
  10. package/dist/components/entities/identity-provider/AIdentityProviderLdapConnectionFields.vue.d.ts.map +1 -1
  11. package/dist/components/entities/identity-provider/AIdentityProviderLdapCredentialsFields.vue.d.ts +3 -255
  12. package/dist/components/entities/identity-provider/AIdentityProviderLdapCredentialsFields.vue.d.ts.map +1 -1
  13. package/dist/components/entities/identity-provider/AIdentityProviderLdapForm.vue.d.ts +146 -1554
  14. package/dist/components/entities/identity-provider/AIdentityProviderLdapForm.vue.d.ts.map +1 -1
  15. package/dist/components/entities/identity-provider/AIdentityProviderLdapGroupFields.vue.d.ts +3 -258
  16. package/dist/components/entities/identity-provider/AIdentityProviderLdapGroupFields.vue.d.ts.map +1 -1
  17. package/dist/components/entities/identity-provider/AIdentityProviderLdapUserFields.vue.d.ts +3 -257
  18. package/dist/components/entities/identity-provider/AIdentityProviderLdapUserFields.vue.d.ts.map +1 -1
  19. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2ClientFields.vue.d.ts +3 -245
  20. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2ClientFields.vue.d.ts.map +1 -1
  21. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Discovery.vue.d.ts +0 -237
  22. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Discovery.vue.d.ts.map +1 -1
  23. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2EndpointFields.vue.d.ts +3 -3
  24. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2EndpointFields.vue.d.ts.map +1 -1
  25. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.vue.d.ts +142 -1415
  26. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.vue.d.ts.map +1 -1
  27. package/dist/components/entities/identity-provider/AIdentityProviders.d.ts.map +1 -1
  28. package/dist/components/entities/identity-provider/index.d.ts +3 -3
  29. package/dist/components/entities/identity-provider/index.d.ts.map +1 -1
  30. package/dist/components/entities/identity-provider-role/AIdentityProviderRoleAssignment.vue.d.ts +2 -1
  31. package/dist/components/entities/identity-provider-role/AIdentityProviderRoleAssignment.vue.d.ts.map +1 -1
  32. package/dist/components/entities/identity-provider-role/AIdentityProviderRoleAssignments.vue.d.ts +1 -1
  33. package/dist/components/entities/identity-provider-role/AIdentityProviderRoleAssignments.vue.d.ts.map +1 -1
  34. package/dist/components/entities/permission/APermissionForm.vue.d.ts +118 -478
  35. package/dist/components/entities/permission/APermissionForm.vue.d.ts.map +1 -1
  36. package/dist/components/entities/permission/APermissions.d.ts.map +1 -1
  37. package/dist/components/entities/permission/index.d.ts +1 -1
  38. package/dist/components/entities/permission/index.d.ts.map +1 -1
  39. package/dist/components/entities/permission-policy/APermissionPolicyAssignments.vue.d.ts +1 -0
  40. package/dist/components/entities/permission-policy/APermissionPolicyAssignments.vue.d.ts.map +1 -1
  41. package/dist/components/entities/policy/APolicies.d.ts.map +1 -1
  42. package/dist/components/entities/policy/APolicyBasicForm.vue.d.ts +136 -0
  43. package/dist/components/entities/policy/APolicyBasicForm.vue.d.ts.map +1 -1
  44. package/dist/components/entities/policy/APolicyDetailNav.vue.d.ts +1 -0
  45. package/dist/components/entities/policy/APolicyDetailNav.vue.d.ts.map +1 -1
  46. package/dist/components/entities/policy/APolicyForm.vue.d.ts +136 -0
  47. package/dist/components/entities/policy/APolicyForm.vue.d.ts.map +1 -1
  48. package/dist/components/entities/policy/APolicyInlineInfo.vue.d.ts +1 -0
  49. package/dist/components/entities/policy/APolicyInlineInfo.vue.d.ts.map +1 -1
  50. package/dist/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue.d.ts +1 -37
  51. package/dist/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue.d.ts.map +1 -1
  52. package/dist/components/entities/policy/composite/ACompositePolicyForm.vue.d.ts.map +1 -1
  53. package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts +2 -0
  54. package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts.map +1 -1
  55. package/dist/components/entities/policy/identity/AIdentityPolicyForm.vue.d.ts +1 -37
  56. package/dist/components/entities/policy/identity/AIdentityPolicyForm.vue.d.ts.map +1 -1
  57. package/dist/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue.d.ts +1 -37
  58. package/dist/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue.d.ts.map +1 -1
  59. package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts +2 -0
  60. package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts.map +1 -1
  61. package/dist/components/entities/realm/ARealmForm.vue.d.ts +120 -316
  62. package/dist/components/entities/realm/ARealmForm.vue.d.ts.map +1 -1
  63. package/dist/components/entities/realm/ARealms.d.ts.map +1 -1
  64. package/dist/components/entities/realm/index.d.ts +1 -1
  65. package/dist/components/entities/realm/index.d.ts.map +1 -1
  66. package/dist/components/entities/robot/ARobotForm.vue.d.ts +242 -386
  67. package/dist/components/entities/robot/ARobotForm.vue.d.ts.map +1 -1
  68. package/dist/components/entities/robot/ARobots.d.ts.map +1 -1
  69. package/dist/components/entities/robot/index.d.ts +1 -1
  70. package/dist/components/entities/robot/index.d.ts.map +1 -1
  71. package/dist/components/entities/role/ARoleForm.vue.d.ts +120 -402
  72. package/dist/components/entities/role/ARoleForm.vue.d.ts.map +1 -1
  73. package/dist/components/entities/role/ARoles.d.ts.map +1 -1
  74. package/dist/components/entities/role/index.d.ts +1 -1
  75. package/dist/components/entities/role/index.d.ts.map +1 -1
  76. package/dist/components/entities/scope/AScopeForm.vue.d.ts +120 -409
  77. package/dist/components/entities/scope/AScopeForm.vue.d.ts.map +1 -1
  78. package/dist/components/entities/scope/AScopes.d.ts.map +1 -1
  79. package/dist/components/entities/scope/index.d.ts +1 -1
  80. package/dist/components/entities/scope/index.d.ts.map +1 -1
  81. package/dist/components/entities/user/AUserForm.vue.d.ts +117 -496
  82. package/dist/components/entities/user/AUserForm.vue.d.ts.map +1 -1
  83. package/dist/components/entities/user/AUserPasswordForm.vue.d.ts +0 -385
  84. package/dist/components/entities/user/AUserPasswordForm.vue.d.ts.map +1 -1
  85. package/dist/components/entities/user/AUsers.d.ts.map +1 -1
  86. package/dist/components/entities/user/index.d.ts +2 -2
  87. package/dist/components/entities/user/index.d.ts.map +1 -1
  88. package/dist/components/utility/ANameInput.vue.d.ts +151 -0
  89. package/dist/components/utility/ANameInput.vue.d.ts.map +1 -0
  90. package/dist/components/utility/ASecretInput.vue.d.ts +156 -0
  91. package/dist/components/utility/ASecretInput.vue.d.ts.map +1 -0
  92. package/dist/components/utility/AToggleButton.vue.d.ts +0 -27
  93. package/dist/components/utility/AToggleButton.vue.d.ts.map +1 -1
  94. package/dist/components/utility/LanguageSwitcherDropdown.d.ts.map +1 -1
  95. package/dist/components/utility/entity/AEntityDelete.d.ts.map +1 -1
  96. package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts +2 -37
  97. package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts.map +1 -1
  98. package/dist/components/utility/form-input-list/AFormInputListItem.vue.d.ts.map +1 -1
  99. package/dist/components/utility/index.d.ts +2 -0
  100. package/dist/components/utility/index.d.ts.map +1 -1
  101. package/dist/components/utility/title/ATitle.d.ts.map +1 -1
  102. package/dist/components/utility/translation/index.d.ts +0 -1
  103. package/dist/components/utility/translation/index.d.ts.map +1 -1
  104. package/dist/components/workflows/Login.vue.d.ts +2 -0
  105. package/dist/components/workflows/Login.vue.d.ts.map +1 -1
  106. package/dist/components/workflows/authorize/Authorize.vue.d.ts +5 -0
  107. package/dist/components/workflows/authorize/Authorize.vue.d.ts.map +1 -1
  108. package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts +4 -0
  109. package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts.map +1 -1
  110. package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts +2 -0
  111. package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts.map +1 -1
  112. package/dist/core/form/defaults.d.ts.map +1 -1
  113. package/dist/core/translator/helpers.d.ts +25 -6
  114. package/dist/core/translator/helpers.d.ts.map +1 -1
  115. package/dist/core/translator/index.d.ts +0 -1
  116. package/dist/core/translator/index.d.ts.map +1 -1
  117. package/dist/core/translator/install.d.ts +7 -6
  118. package/dist/core/translator/install.d.ts.map +1 -1
  119. package/dist/core/translator/singleton.d.ts +12 -0
  120. package/dist/core/translator/singleton.d.ts.map +1 -1
  121. package/dist/index.mjs +2232 -843
  122. package/dist/index.mjs.map +1 -1
  123. package/package.json +27 -25
  124. package/dist/components/utility/translation/ATranslationDefault.vue.d.ts +0 -43
  125. package/dist/components/utility/translation/ATranslationDefault.vue.d.ts.map +0 -1
  126. package/dist/core/translator/constants.d.ts +0 -61
  127. package/dist/core/translator/constants.d.ts.map +0 -1
  128. package/dist/core/translator/de/client.d.ts +0 -3
  129. package/dist/core/translator/de/client.d.ts.map +0 -1
  130. package/dist/core/translator/de/default.d.ts +0 -3
  131. package/dist/core/translator/de/default.d.ts.map +0 -1
  132. package/dist/core/translator/de/index.d.ts +0 -4
  133. package/dist/core/translator/de/index.d.ts.map +0 -1
  134. package/dist/core/translator/de/vuecs.d.ts +0 -3
  135. package/dist/core/translator/de/vuecs.d.ts.map +0 -1
  136. package/dist/core/translator/en/client.d.ts +0 -3
  137. package/dist/core/translator/en/client.d.ts.map +0 -1
  138. package/dist/core/translator/en/default.d.ts +0 -3
  139. package/dist/core/translator/en/default.d.ts.map +0 -1
  140. package/dist/core/translator/en/index.d.ts +0 -4
  141. package/dist/core/translator/en/index.d.ts.map +0 -1
  142. package/dist/core/translator/en/vuecs.d.ts +0 -3
  143. package/dist/core/translator/en/vuecs.d.ts.map +0 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@authup/client-web-kit",
3
3
  "type": "module",
4
- "version": "1.0.0-beta.44",
4
+ "version": "1.0.0-beta.46",
5
5
  "description": "This package contains vue components.",
6
6
  "license": "Apache-2.0",
7
7
  "module": "dist/index.mjs",
@@ -58,13 +58,14 @@
58
58
  "@vueuse/integrations": "^14.3.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@authup/access": "^1.0.0-beta.44",
62
- "@authup/core-http-kit": "^1.0.0-beta.44",
63
- "@authup/core-kit": "^1.0.0-beta.44",
64
- "@authup/core-realtime-kit": "^1.0.0-beta.44",
65
- "@authup/errors": "^1.0.0-beta.44",
66
- "@authup/kit": "^1.0.0-beta.44",
67
- "@authup/specs": "^1.0.0-beta.44",
61
+ "@authup/access": "^1.0.0-beta.46",
62
+ "@authup/core-http-kit": "^1.0.0-beta.46",
63
+ "@authup/core-kit": "^1.0.0-beta.46",
64
+ "@authup/core-realtime-kit": "^1.0.0-beta.46",
65
+ "@authup/errors": "^1.0.0-beta.46",
66
+ "@authup/i18n": "^1.0.0-beta.46",
67
+ "@authup/kit": "^1.0.0-beta.46",
68
+ "@authup/specs": "^1.0.0-beta.46",
68
69
  "@ilingo/validup": "^1.0.1",
69
70
  "@ilingo/validup-vue": "^1.0.1",
70
71
  "@ilingo/vue": "^6.0.0",
@@ -73,16 +74,16 @@
73
74
  "@validup/vue": "^0.3.3",
74
75
  "@validup/zod": "^0.3.3",
75
76
  "@vitejs/plugin-vue": "^6.0.5",
76
- "@vuecs/button": "^1.0.2",
77
- "@vuecs/core": "^3.1.1",
78
- "@vuecs/elements": "^1.2.1",
79
- "@vuecs/forms": "^5.1.0",
77
+ "@vuecs/button": "^1.0.4",
78
+ "@vuecs/core": "^3.2.0",
79
+ "@vuecs/elements": "^1.2.3",
80
+ "@vuecs/forms": "^5.2.0",
80
81
  "@vuecs/icon": "^1.0.1",
81
- "@vuecs/list": "^1.0.2",
82
- "@vuecs/overlays": "^1.0.2",
83
- "@vuecs/pagination": "^2.1.1",
84
- "@vuecs/placeholder": "^1.0.2",
85
- "@vuecs/table": "^1.1.2",
82
+ "@vuecs/list": "^1.0.4",
83
+ "@vuecs/overlays": "^1.0.4",
84
+ "@vuecs/pagination": "^2.1.3",
85
+ "@vuecs/placeholder": "^1.0.4",
86
+ "@vuecs/table": "^1.2.1",
86
87
  "@vueuse/core": "^14.1.0",
87
88
  "cross-env": "^10.1.0",
88
89
  "ilingo": "^6.0.0",
@@ -96,13 +97,14 @@
96
97
  "vue-tsc": "^3.2.8"
97
98
  },
98
99
  "peerDependencies": {
99
- "@authup/access": "^1.0.0-beta.44",
100
- "@authup/core-http-kit": "^1.0.0-beta.44",
101
- "@authup/core-kit": "^1.0.0-beta.44",
102
- "@authup/core-realtime-kit": "^1.0.0-beta.44",
103
- "@authup/errors": "^1.0.0-beta.44",
104
- "@authup/kit": "^1.0.0-beta.44",
105
- "@authup/specs": "^1.0.0-beta.44",
100
+ "@authup/access": "^1.0.0-beta.46",
101
+ "@authup/core-http-kit": "^1.0.0-beta.46",
102
+ "@authup/core-kit": "^1.0.0-beta.46",
103
+ "@authup/core-realtime-kit": "^1.0.0-beta.46",
104
+ "@authup/errors": "^1.0.0-beta.46",
105
+ "@authup/i18n": "^1.0.0-beta.46",
106
+ "@authup/kit": "^1.0.0-beta.46",
107
+ "@authup/specs": "^1.0.0-beta.46",
106
108
  "@ilingo/validup": "^1.x",
107
109
  "@ilingo/validup-vue": "^1.x",
108
110
  "@ilingo/vue": "^6.x",
@@ -124,7 +126,7 @@
124
126
  "socket.io-client": "^4.8.3",
125
127
  "universal-cookie": "^8.1.2",
126
128
  "validup": "^0.5.x",
127
- "vue": "^3.3.x"
129
+ "vue": "^3.5.35"
128
130
  },
129
131
  "publishConfig": {
130
132
  "access": "public"
@@ -1,43 +0,0 @@
1
- import type { PropType } from 'vue';
2
- import type { TranslatorTranslationDefaultKey } from '../../../core';
3
- import { TranslatorTranslationNamespace } from '../../../core';
4
- declare const _default: typeof __VLS_export;
5
- export default _default;
6
- declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
7
- name: {
8
- type: PropType<`${TranslatorTranslationDefaultKey}`>;
9
- required: true;
10
- };
11
- }>, {
12
- TranslatorTranslationNamespace: typeof TranslatorTranslationNamespace;
13
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
- name: {
15
- type: PropType<`${TranslatorTranslationDefaultKey}`>;
16
- required: true;
17
- };
18
- }>> & Readonly<{}>, {}, {}, {
19
- ATranslation: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
20
- group: {
21
- type: StringConstructor;
22
- required: true;
23
- };
24
- name: {
25
- type: StringConstructor;
26
- required: true;
27
- };
28
- }>, () => string[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
29
- [key: string]: any;
30
- }> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
31
- [key: string]: any;
32
- }>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
33
- group: {
34
- type: StringConstructor;
35
- required: true;
36
- };
37
- name: {
38
- type: StringConstructor;
39
- required: true;
40
- };
41
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
42
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
43
- //# sourceMappingURL=ATranslationDefault.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ATranslationDefault.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/translation/ATranslationDefault.vue"],"names":[],"mappings":"AA6BA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,8BAA8B,EAAE,MAAM,eAAe,CAAC;wBAG1C,OAAO,YAAY;AAAxC,wBAAyC;AA2BzC,QAAA,MAAM,YAAY;;cAIU,QAAQ,CAAC,GAAG,+BAA+B,EAAE,CAAC;;;;;;;cAA9C,QAAQ,CAAC,GAAG,+BAA+B,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAOxE,CAAC"}
@@ -1,61 +0,0 @@
1
- /**
2
- * Catalog namespace names registered by `installTranslator`. Mirrors
3
- * ilingo 6's catalog terminology — namespaces are the dotted root paths
4
- * under each locale.
5
- *
6
- * The `validup` namespace (validation-message catalogs for `IssueCode`
7
- * keys) is registered automatically by `@ilingo/validup-vue`'s install
8
- * and is **not** part of this enum.
9
- */
10
- export declare enum TranslatorTranslationNamespace {
11
- DEFAULT = "default",
12
- CLIENT = "authupClient",
13
- VUECS = "vuecs"
14
- }
15
- export declare enum TranslatorTranslationVuecsKey {
16
- NO_MORE = "noMore"
17
- }
18
- export declare enum TranslatorTranslationClientKey {
19
- NAME_HINT = "nameHint",
20
- DESCRIPTION_HINT = "descriptionHint",
21
- REDIRECT_URI_HINT = "redirectURIHint",
22
- IS_CONFIDENTIAL = "isConfidential",
23
- IS_ACTIVE = "isActive",
24
- HASH_SECRET = "hashSecret"
25
- }
26
- export declare enum TranslatorTranslationDefaultKey {
27
- ADD = "add",
28
- CREATE = "create",
29
- DELETE = "delete",
30
- GENERATE = "generate",
31
- UPDATE = "update",
32
- ACTIVE = "active",
33
- INACTIVE = "inactive",
34
- LOCKED = "locked",
35
- NOT_LOCKED = "notLocked",
36
- VALUE_IS_REGEX = "valueIsRegex",
37
- CLIENT = "client",
38
- CLIENTS = "clients",
39
- CLIENT_SCOPES = "clientScopes",
40
- DISPLAY_NAME = "displayName",
41
- EMAIL = "email",
42
- EXTERNAL_ID = "externalId",
43
- HASHED = "hashed",
44
- OVERVIEW = "overview",
45
- IDENTITY_PROVIDERS = "identityProviders",
46
- NAME = "name",
47
- DECISION_STRATEGY = "decisionStrategy",
48
- DESCRIPTION = "description",
49
- PERMISSIONS = "permissions",
50
- POLICY = "policy",
51
- POLICIES = "policies",
52
- REALM = "realm",
53
- ROBOTS = "robots",
54
- REALMS = "realms",
55
- ROLES = "roles",
56
- SCOPES = "scopes",
57
- SECRET = "secret",
58
- REDIRECT_URIS = "redirectUris",
59
- USERS = "users"
60
- }
61
- //# sourceMappingURL=constants.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/core/translator/constants.ts"],"names":[],"mappings":"AAOA;;;;;;;;GAQG;AACH,oBAAY,8BAA8B;IACtC,OAAO,YAAY;IAEnB,MAAM,iBAAiB;IAEvB,KAAK,UAAU;CAClB;AAED,oBAAY,6BAA6B;IACrC,OAAO,WAAW;CACrB;AAED,oBAAY,8BAA8B;IACtC,SAAS,aAAa;IACtB,gBAAgB,oBAAoB;IACpC,iBAAiB,oBAAoB;IACrC,eAAe,mBAAmB;IAClC,SAAS,aAAa;IACtB,WAAW,eAAe;CAC7B;AAED,oBAAY,+BAA+B;IACvC,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,MAAM,WAAW;IAEjB,MAAM,WAAW;IACjB,QAAQ,aAAa;IAErB,MAAM,WAAW;IACjB,UAAU,cAAc;IAExB,cAAc,iBAAiB;IAE/B,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,aAAa,iBAAiB;IAC9B,YAAY,gBAAgB;IAC5B,KAAK,UAAU;IACf,WAAW,eAAe;IAC1B,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,kBAAkB,sBAAsB;IACxC,IAAI,SAAS;IACb,iBAAiB,qBAAqB;IACtC,WAAW,gBAAgB;IAC3B,WAAW,gBAAgB;IAC3B,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,aAAa,iBAAiB;IAC9B,KAAK,UAAU;CAClB"}
@@ -1,3 +0,0 @@
1
- import type { Translations } from 'ilingo';
2
- export declare const TranslatorTranslationClientGerman: Translations;
3
- //# sourceMappingURL=client.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../src/core/translator/de/client.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAG3C,eAAO,MAAM,iCAAiC,EAAG,YAOhD,CAAC"}
@@ -1,3 +0,0 @@
1
- import type { Translations } from 'ilingo';
2
- export declare const TranslatorTranslationDefaultGerman: Translations;
3
- //# sourceMappingURL=default.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../src/core/translator/de/default.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAG3C,eAAO,MAAM,kCAAkC,EAAE,YAqChD,CAAC"}
@@ -1,4 +0,0 @@
1
- export * from './client';
2
- export * from './default';
3
- export * from './vuecs';
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/core/translator/de/index.ts"],"names":[],"mappings":"AAOA,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC"}
@@ -1,3 +0,0 @@
1
- import type { Translations } from 'ilingo';
2
- export declare const TranslatorTranslationVuecsGerman: Translations;
3
- //# sourceMappingURL=vuecs.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vuecs.d.ts","sourceRoot":"","sources":["../../../../src/core/translator/de/vuecs.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAG3C,eAAO,MAAM,gCAAgC,EAAG,YAA+F,CAAC"}
@@ -1,3 +0,0 @@
1
- import type { Translations } from 'ilingo';
2
- export declare const TranslatorTranslationClientEnglish: Translations;
3
- //# sourceMappingURL=client.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../src/core/translator/en/client.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAG3C,eAAO,MAAM,kCAAkC,EAAG,YAOjD,CAAC"}
@@ -1,3 +0,0 @@
1
- import type { Translations } from 'ilingo';
2
- export declare const TranslatorTranslationDefaultEnglish: Translations;
3
- //# sourceMappingURL=default.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../src/core/translator/en/default.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAG3C,eAAO,MAAM,mCAAmC,EAAG,YAqClD,CAAC"}
@@ -1,4 +0,0 @@
1
- export * from './client';
2
- export * from './default';
3
- export * from './vuecs';
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/core/translator/en/index.ts"],"names":[],"mappings":"AAOA,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC"}
@@ -1,3 +0,0 @@
1
- import type { Translations } from 'ilingo';
2
- export declare const TranslatorTranslationVuecsEnglish: Translations;
3
- //# sourceMappingURL=vuecs.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vuecs.d.ts","sourceRoot":"","sources":["../../../../src/core/translator/en/vuecs.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAG3C,eAAO,MAAM,iCAAiC,EAAG,YAAwF,CAAC"}