@brightchain/brightchain-lib 0.28.0 → 0.29.8

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 (128) hide show
  1. package/package.json +1 -1
  2. package/src/lib/enumerations/brightChainStrings.d.ts +0 -29
  3. package/src/lib/enumerations/brightChainStrings.d.ts.map +1 -1
  4. package/src/lib/enumerations/brightChainStrings.js +0 -30
  5. package/src/lib/enumerations/brightChainStrings.js.map +1 -1
  6. package/src/lib/enumerations/index.d.ts +0 -2
  7. package/src/lib/enumerations/index.d.ts.map +1 -1
  8. package/src/lib/enumerations/index.js +0 -2
  9. package/src/lib/enumerations/index.js.map +1 -1
  10. package/src/lib/i18n/i18n-setup.d.ts +24 -39
  11. package/src/lib/i18n/i18n-setup.d.ts.map +1 -1
  12. package/src/lib/i18n/i18n-setup.js +30 -85
  13. package/src/lib/i18n/i18n-setup.js.map +1 -1
  14. package/src/lib/i18n/strings/englishUs.d.ts.map +1 -1
  15. package/src/lib/i18n/strings/englishUs.js +0 -30
  16. package/src/lib/i18n/strings/englishUs.js.map +1 -1
  17. package/src/lib/i18n/strings/french.d.ts.map +1 -1
  18. package/src/lib/i18n/strings/french.js +0 -30
  19. package/src/lib/i18n/strings/french.js.map +1 -1
  20. package/src/lib/i18n/strings/german.d.ts.map +1 -1
  21. package/src/lib/i18n/strings/german.js +0 -30
  22. package/src/lib/i18n/strings/german.js.map +1 -1
  23. package/src/lib/i18n/strings/japanese.d.ts.map +1 -1
  24. package/src/lib/i18n/strings/japanese.js +0 -30
  25. package/src/lib/i18n/strings/japanese.js.map +1 -1
  26. package/src/lib/i18n/strings/mandarin.d.ts.map +1 -1
  27. package/src/lib/i18n/strings/mandarin.js +0 -30
  28. package/src/lib/i18n/strings/mandarin.js.map +1 -1
  29. package/src/lib/i18n/strings/spanish.d.ts.map +1 -1
  30. package/src/lib/i18n/strings/spanish.js +0 -30
  31. package/src/lib/i18n/strings/spanish.js.map +1 -1
  32. package/src/lib/i18n/strings/ukrainian.d.ts.map +1 -1
  33. package/src/lib/i18n/strings/ukrainian.js +0 -30
  34. package/src/lib/i18n/strings/ukrainian.js.map +1 -1
  35. package/src/lib/interfaces/brightpass/entryPropertyRecord.d.ts +1 -0
  36. package/src/lib/interfaces/brightpass/entryPropertyRecord.d.ts.map +1 -1
  37. package/src/lib/interfaces/index.d.ts +1 -0
  38. package/src/lib/interfaces/index.d.ts.map +1 -1
  39. package/src/lib/interfaces/index.js.map +1 -1
  40. package/src/lib/interfaces/responses/communicationResponses.d.ts +1 -0
  41. package/src/lib/interfaces/responses/communicationResponses.d.ts.map +1 -1
  42. package/src/lib/interfaces/unifiedNotificationCounts.d.ts +57 -0
  43. package/src/lib/interfaces/unifiedNotificationCounts.d.ts.map +1 -0
  44. package/src/lib/interfaces/unifiedNotificationCounts.js +3 -0
  45. package/src/lib/interfaces/unifiedNotificationCounts.js.map +1 -0
  46. package/src/lib/services/vcblService.d.ts.map +1 -1
  47. package/src/lib/services/vcblService.js +20 -1
  48. package/src/lib/services/vcblService.js.map +1 -1
  49. package/src/lib/enumerations/brightHubStrings.d.ts +0 -352
  50. package/src/lib/enumerations/brightHubStrings.d.ts.map +0 -1
  51. package/src/lib/enumerations/brightHubStrings.js +0 -395
  52. package/src/lib/enumerations/brightHubStrings.js.map +0 -1
  53. package/src/lib/enumerations/brightPassStrings.d.ts +0 -161
  54. package/src/lib/enumerations/brightPassStrings.d.ts.map +0 -1
  55. package/src/lib/enumerations/brightPassStrings.js +0 -180
  56. package/src/lib/enumerations/brightPassStrings.js.map +0 -1
  57. package/src/lib/i18n/strings/brighthub/englishUK.d.ts +0 -4
  58. package/src/lib/i18n/strings/brighthub/englishUK.d.ts.map +0 -1
  59. package/src/lib/i18n/strings/brighthub/englishUK.js +0 -9
  60. package/src/lib/i18n/strings/brighthub/englishUK.js.map +0 -1
  61. package/src/lib/i18n/strings/brighthub/englishUs.d.ts +0 -4
  62. package/src/lib/i18n/strings/brighthub/englishUs.d.ts.map +0 -1
  63. package/src/lib/i18n/strings/brighthub/englishUs.js +0 -394
  64. package/src/lib/i18n/strings/brighthub/englishUs.js.map +0 -1
  65. package/src/lib/i18n/strings/brighthub/french.d.ts +0 -4
  66. package/src/lib/i18n/strings/brighthub/french.d.ts.map +0 -1
  67. package/src/lib/i18n/strings/brighthub/french.js +0 -84
  68. package/src/lib/i18n/strings/brighthub/french.js.map +0 -1
  69. package/src/lib/i18n/strings/brighthub/german.d.ts +0 -4
  70. package/src/lib/i18n/strings/brighthub/german.d.ts.map +0 -1
  71. package/src/lib/i18n/strings/brighthub/german.js +0 -84
  72. package/src/lib/i18n/strings/brighthub/german.js.map +0 -1
  73. package/src/lib/i18n/strings/brighthub/index.d.ts +0 -9
  74. package/src/lib/i18n/strings/brighthub/index.d.ts.map +0 -1
  75. package/src/lib/i18n/strings/brighthub/index.js +0 -12
  76. package/src/lib/i18n/strings/brighthub/index.js.map +0 -1
  77. package/src/lib/i18n/strings/brighthub/japanese.d.ts +0 -4
  78. package/src/lib/i18n/strings/brighthub/japanese.d.ts.map +0 -1
  79. package/src/lib/i18n/strings/brighthub/japanese.js +0 -84
  80. package/src/lib/i18n/strings/brighthub/japanese.js.map +0 -1
  81. package/src/lib/i18n/strings/brighthub/mandarin.d.ts +0 -4
  82. package/src/lib/i18n/strings/brighthub/mandarin.d.ts.map +0 -1
  83. package/src/lib/i18n/strings/brighthub/mandarin.js +0 -84
  84. package/src/lib/i18n/strings/brighthub/mandarin.js.map +0 -1
  85. package/src/lib/i18n/strings/brighthub/spanish.d.ts +0 -4
  86. package/src/lib/i18n/strings/brighthub/spanish.d.ts.map +0 -1
  87. package/src/lib/i18n/strings/brighthub/spanish.js +0 -229
  88. package/src/lib/i18n/strings/brighthub/spanish.js.map +0 -1
  89. package/src/lib/i18n/strings/brighthub/ukrainian.d.ts +0 -4
  90. package/src/lib/i18n/strings/brighthub/ukrainian.d.ts.map +0 -1
  91. package/src/lib/i18n/strings/brighthub/ukrainian.js +0 -84
  92. package/src/lib/i18n/strings/brighthub/ukrainian.js.map +0 -1
  93. package/src/lib/i18n/strings/brightpass/englishUK.d.ts +0 -4
  94. package/src/lib/i18n/strings/brightpass/englishUK.d.ts.map +0 -1
  95. package/src/lib/i18n/strings/brightpass/englishUK.js +0 -9
  96. package/src/lib/i18n/strings/brightpass/englishUK.js.map +0 -1
  97. package/src/lib/i18n/strings/brightpass/englishUs.d.ts +0 -4
  98. package/src/lib/i18n/strings/brightpass/englishUs.d.ts.map +0 -1
  99. package/src/lib/i18n/strings/brightpass/englishUs.js +0 -179
  100. package/src/lib/i18n/strings/brightpass/englishUs.js.map +0 -1
  101. package/src/lib/i18n/strings/brightpass/french.d.ts +0 -4
  102. package/src/lib/i18n/strings/brightpass/french.d.ts.map +0 -1
  103. package/src/lib/i18n/strings/brightpass/french.js +0 -179
  104. package/src/lib/i18n/strings/brightpass/french.js.map +0 -1
  105. package/src/lib/i18n/strings/brightpass/german.d.ts +0 -4
  106. package/src/lib/i18n/strings/brightpass/german.d.ts.map +0 -1
  107. package/src/lib/i18n/strings/brightpass/german.js +0 -179
  108. package/src/lib/i18n/strings/brightpass/german.js.map +0 -1
  109. package/src/lib/i18n/strings/brightpass/index.d.ts +0 -9
  110. package/src/lib/i18n/strings/brightpass/index.d.ts.map +0 -1
  111. package/src/lib/i18n/strings/brightpass/index.js +0 -12
  112. package/src/lib/i18n/strings/brightpass/index.js.map +0 -1
  113. package/src/lib/i18n/strings/brightpass/japanese.d.ts +0 -4
  114. package/src/lib/i18n/strings/brightpass/japanese.d.ts.map +0 -1
  115. package/src/lib/i18n/strings/brightpass/japanese.js +0 -179
  116. package/src/lib/i18n/strings/brightpass/japanese.js.map +0 -1
  117. package/src/lib/i18n/strings/brightpass/mandarin.d.ts +0 -4
  118. package/src/lib/i18n/strings/brightpass/mandarin.d.ts.map +0 -1
  119. package/src/lib/i18n/strings/brightpass/mandarin.js +0 -179
  120. package/src/lib/i18n/strings/brightpass/mandarin.js.map +0 -1
  121. package/src/lib/i18n/strings/brightpass/spanish.d.ts +0 -4
  122. package/src/lib/i18n/strings/brightpass/spanish.d.ts.map +0 -1
  123. package/src/lib/i18n/strings/brightpass/spanish.js +0 -179
  124. package/src/lib/i18n/strings/brightpass/spanish.js.map +0 -1
  125. package/src/lib/i18n/strings/brightpass/ukrainian.d.ts +0 -4
  126. package/src/lib/i18n/strings/brightpass/ukrainian.d.ts.map +0 -1
  127. package/src/lib/i18n/strings/brightpass/ukrainian.js +0 -179
  128. package/src/lib/i18n/strings/brightpass/ukrainian.js.map +0 -1
@@ -1,395 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BrightHubStrings = exports.BrightHubComponentId = void 0;
4
- const i18n_lib_1 = require("@digitaldefiance/i18n-lib");
5
- exports.BrightHubComponentId = 'BrightHub';
6
- exports.BrightHubStrings = (0, i18n_lib_1.createI18nStringKeys)(exports.BrightHubComponentId, {
7
- // PostCard
8
- PostCard_Reposted: 'PostCard_Reposted',
9
- PostCard_Edited: 'PostCard_Edited',
10
- PostCard_HubRestricted: 'PostCard_HubRestricted',
11
- PostCard_Deleted: 'PostCard_Deleted',
12
- PostCard_ReplyAriaTemplate: 'PostCard_ReplyAriaTemplate',
13
- PostCard_RepostAriaTemplate: 'PostCard_RepostAriaTemplate',
14
- PostCard_LikeAriaTemplate: 'PostCard_LikeAriaTemplate',
15
- PostCard_UnlikeAriaTemplate: 'PostCard_UnlikeAriaTemplate',
16
- PostCard_PostByAriaTemplate: 'PostCard_PostByAriaTemplate',
17
- // PostComposer
18
- PostComposer_Placeholder: 'PostComposer_Placeholder',
19
- PostComposer_ReplyPlaceholder: 'PostComposer_ReplyPlaceholder',
20
- PostComposer_ReplyingTo: 'PostComposer_ReplyingTo',
21
- PostComposer_CancelReply: 'PostComposer_CancelReply',
22
- PostComposer_Bold: 'PostComposer_Bold',
23
- PostComposer_Italic: 'PostComposer_Italic',
24
- PostComposer_Code: 'PostComposer_Code',
25
- PostComposer_Emoji: 'PostComposer_Emoji',
26
- PostComposer_AttachImage: 'PostComposer_AttachImage',
27
- PostComposer_RemoveAttachmentTemplate: 'PostComposer_RemoveAttachmentTemplate',
28
- PostComposer_AttachmentAltTemplate: 'PostComposer_AttachmentAltTemplate',
29
- PostComposer_VisibleTo: 'PostComposer_VisibleTo',
30
- PostComposer_MembersTemplate: 'PostComposer_MembersTemplate',
31
- PostComposer_SubmitPost: 'PostComposer_SubmitPost',
32
- PostComposer_Post: 'PostComposer_Post',
33
- PostComposer_Reply: 'PostComposer_Reply',
34
- // Timeline
35
- Timeline_AriaLabel: 'Timeline_AriaLabel',
36
- Timeline_FilteredByTemplate: 'Timeline_FilteredByTemplate',
37
- Timeline_ClearFilter: 'Timeline_ClearFilter',
38
- Timeline_EmptyDefault: 'Timeline_EmptyDefault',
39
- Timeline_LoadingPosts: 'Timeline_LoadingPosts',
40
- Timeline_AllCaughtUp: 'Timeline_AllCaughtUp',
41
- // ThreadView
42
- ThreadView_AriaLabel: 'ThreadView_AriaLabel',
43
- ThreadView_ParentDeleted: 'ThreadView_ParentDeleted',
44
- ThreadView_ReplyCountSingular: 'ThreadView_ReplyCountSingular',
45
- ThreadView_ReplyCountPluralTemplate: 'ThreadView_ReplyCountPluralTemplate',
46
- ThreadView_ParticipantCountSingular: 'ThreadView_ParticipantCountSingular',
47
- ThreadView_ParticipantCountPluralTemplate: 'ThreadView_ParticipantCountPluralTemplate',
48
- ThreadView_NoReplies: 'ThreadView_NoReplies',
49
- // FollowButton
50
- FollowButton_Follow: 'FollowButton_Follow',
51
- FollowButton_Following: 'FollowButton_Following',
52
- FollowButton_Unfollow: 'FollowButton_Unfollow',
53
- // LikeButton
54
- LikeButton_LikeAriaTemplate: 'LikeButton_LikeAriaTemplate',
55
- LikeButton_UnlikeAriaTemplate: 'LikeButton_UnlikeAriaTemplate',
56
- // RepostButton
57
- RepostButton_RepostAriaTemplate: 'RepostButton_RepostAriaTemplate',
58
- RepostButton_UndoRepostAriaTemplate: 'RepostButton_UndoRepostAriaTemplate',
59
- // UserProfileCard
60
- UserProfileCard_Verified: 'UserProfileCard_Verified',
61
- UserProfileCard_ProtectedAccount: 'UserProfileCard_ProtectedAccount',
62
- UserProfileCard_ProfileOfTemplate: 'UserProfileCard_ProfileOfTemplate',
63
- UserProfileCard_Following: 'UserProfileCard_Following',
64
- UserProfileCard_Followers: 'UserProfileCard_Followers',
65
- UserProfileCard_StrongConnection: 'UserProfileCard_StrongConnection',
66
- UserProfileCard_ModerateConnection: 'UserProfileCard_ModerateConnection',
67
- UserProfileCard_WeakConnection: 'UserProfileCard_WeakConnection',
68
- UserProfileCard_DormantConnection: 'UserProfileCard_DormantConnection',
69
- UserProfileCard_MutualConnectionSingular: 'UserProfileCard_MutualConnectionSingular',
70
- UserProfileCard_MutualConnectionPluralTemplate: 'UserProfileCard_MutualConnectionPluralTemplate',
71
- // ConnectionListManager
72
- ConnectionListManager_Title: 'ConnectionListManager_Title',
73
- ConnectionListManager_CreateList: 'ConnectionListManager_CreateList',
74
- ConnectionListManager_EditList: 'ConnectionListManager_EditList',
75
- ConnectionListManager_DeleteList: 'ConnectionListManager_DeleteList',
76
- ConnectionListManager_DeleteConfirmTemplate: 'ConnectionListManager_DeleteConfirmTemplate',
77
- ConnectionListManager_DeleteConfirmAction: 'ConnectionListManager_DeleteConfirmAction',
78
- ConnectionListManager_Cancel: 'ConnectionListManager_Cancel',
79
- ConnectionListManager_Save: 'ConnectionListManager_Save',
80
- ConnectionListManager_ListName: 'ConnectionListManager_ListName',
81
- ConnectionListManager_ListDescription: 'ConnectionListManager_ListDescription',
82
- ConnectionListManager_Visibility: 'ConnectionListManager_Visibility',
83
- ConnectionListManager_VisibilityPrivate: 'ConnectionListManager_VisibilityPrivate',
84
- ConnectionListManager_VisibilityFollowersOnly: 'ConnectionListManager_VisibilityFollowersOnly',
85
- ConnectionListManager_VisibilityPublic: 'ConnectionListManager_VisibilityPublic',
86
- ConnectionListManager_MembersTemplate: 'ConnectionListManager_MembersTemplate',
87
- ConnectionListManager_FollowersTemplate: 'ConnectionListManager_FollowersTemplate',
88
- ConnectionListManager_EmptyState: 'ConnectionListManager_EmptyState',
89
- ConnectionListManager_EmptyStateHint: 'ConnectionListManager_EmptyStateHint',
90
- ConnectionListManager_AddMembers: 'ConnectionListManager_AddMembers',
91
- ConnectionListManager_RemoveMembers: 'ConnectionListManager_RemoveMembers',
92
- ConnectionListManager_AddMembersTitle: 'ConnectionListManager_AddMembersTitle',
93
- ConnectionListManager_RemoveMembersTitle: 'ConnectionListManager_RemoveMembersTitle',
94
- ConnectionListManager_UserIdsPlaceholder: 'ConnectionListManager_UserIdsPlaceholder',
95
- ConnectionListManager_Loading: 'ConnectionListManager_Loading',
96
- ConnectionListManager_AriaLabel: 'ConnectionListManager_AriaLabel',
97
- // ConnectionListCard
98
- ConnectionListCard_AriaLabel: 'ConnectionListCard_AriaLabel',
99
- ConnectionListCard_MembersTemplate: 'ConnectionListCard_MembersTemplate',
100
- ConnectionListCard_FollowersTemplate: 'ConnectionListCard_FollowersTemplate',
101
- ConnectionListCard_VisibilityPrivate: 'ConnectionListCard_VisibilityPrivate',
102
- ConnectionListCard_VisibilityFollowersOnly: 'ConnectionListCard_VisibilityFollowersOnly',
103
- ConnectionListCard_VisibilityPublic: 'ConnectionListCard_VisibilityPublic',
104
- ConnectionListCard_CreatedAtTemplate: 'ConnectionListCard_CreatedAtTemplate',
105
- // ConnectionCategorySelector
106
- ConnectionCategorySelector_Title: 'ConnectionCategorySelector_Title',
107
- ConnectionCategorySelector_AriaLabel: 'ConnectionCategorySelector_AriaLabel',
108
- ConnectionCategorySelector_DefaultIndicator: 'ConnectionCategorySelector_DefaultIndicator',
109
- ConnectionCategorySelector_NoneAvailable: 'ConnectionCategorySelector_NoneAvailable',
110
- // ConnectionNoteEditor
111
- ConnectionNoteEditor_Title: 'ConnectionNoteEditor_Title',
112
- ConnectionNoteEditor_AriaLabel: 'ConnectionNoteEditor_AriaLabel',
113
- ConnectionNoteEditor_Placeholder: 'ConnectionNoteEditor_Placeholder',
114
- ConnectionNoteEditor_EmptyState: 'ConnectionNoteEditor_EmptyState',
115
- ConnectionNoteEditor_Save: 'ConnectionNoteEditor_Save',
116
- ConnectionNoteEditor_Delete: 'ConnectionNoteEditor_Delete',
117
- ConnectionNoteEditor_Cancel: 'ConnectionNoteEditor_Cancel',
118
- ConnectionNoteEditor_DeleteConfirmTitle: 'ConnectionNoteEditor_DeleteConfirmTitle',
119
- ConnectionNoteEditor_DeleteConfirmMessage: 'ConnectionNoteEditor_DeleteConfirmMessage',
120
- ConnectionNoteEditor_DeleteConfirmAction: 'ConnectionNoteEditor_DeleteConfirmAction',
121
- // ConnectionSuggestions
122
- ConnectionSuggestions_Title: 'ConnectionSuggestions_Title',
123
- ConnectionSuggestions_AriaLabel: 'ConnectionSuggestions_AriaLabel',
124
- ConnectionSuggestions_EmptyState: 'ConnectionSuggestions_EmptyState',
125
- ConnectionSuggestions_Loading: 'ConnectionSuggestions_Loading',
126
- ConnectionSuggestions_Follow: 'ConnectionSuggestions_Follow',
127
- ConnectionSuggestions_Dismiss: 'ConnectionSuggestions_Dismiss',
128
- ConnectionSuggestions_MutualCountSingular: 'ConnectionSuggestions_MutualCountSingular',
129
- ConnectionSuggestions_MutualCountPluralTemplate: 'ConnectionSuggestions_MutualCountPluralTemplate',
130
- ConnectionSuggestions_ReasonMutualConnections: 'ConnectionSuggestions_ReasonMutualConnections',
131
- ConnectionSuggestions_ReasonSimilarInterests: 'ConnectionSuggestions_ReasonSimilarInterests',
132
- ConnectionSuggestions_ReasonSimilarToUser: 'ConnectionSuggestions_ReasonSimilarToUser',
133
- // MutualConnections
134
- MutualConnections_Title: 'MutualConnections_Title',
135
- MutualConnections_AriaLabel: 'MutualConnections_AriaLabel',
136
- MutualConnections_Loading: 'MutualConnections_Loading',
137
- MutualConnections_EmptyState: 'MutualConnections_EmptyState',
138
- MutualConnections_CountSingular: 'MutualConnections_CountSingular',
139
- MutualConnections_CountPluralTemplate: 'MutualConnections_CountPluralTemplate',
140
- MutualConnections_LoadMore: 'MutualConnections_LoadMore',
141
- // ConnectionStrengthIndicator
142
- ConnectionStrengthIndicator_Title: 'ConnectionStrengthIndicator_Title',
143
- ConnectionStrengthIndicator_AriaLabel: 'ConnectionStrengthIndicator_AriaLabel',
144
- ConnectionStrengthIndicator_Strong: 'ConnectionStrengthIndicator_Strong',
145
- ConnectionStrengthIndicator_Moderate: 'ConnectionStrengthIndicator_Moderate',
146
- ConnectionStrengthIndicator_Weak: 'ConnectionStrengthIndicator_Weak',
147
- ConnectionStrengthIndicator_Dormant: 'ConnectionStrengthIndicator_Dormant',
148
- // HubManager
149
- HubManager_Title: 'HubManager_Title',
150
- HubManager_AriaLabel: 'HubManager_AriaLabel',
151
- HubManager_CreateHub: 'HubManager_CreateHub',
152
- HubManager_EditHub: 'HubManager_EditHub',
153
- HubManager_DeleteHub: 'HubManager_DeleteHub',
154
- HubManager_HubName: 'HubManager_HubName',
155
- HubManager_HubDescription: 'HubManager_HubDescription',
156
- HubManager_MembersTemplate: 'HubManager_MembersTemplate',
157
- HubManager_EmptyState: 'HubManager_EmptyState',
158
- HubManager_EmptyStateHint: 'HubManager_EmptyStateHint',
159
- HubManager_Save: 'HubManager_Save',
160
- HubManager_Cancel: 'HubManager_Cancel',
161
- HubManager_DeleteConfirmTemplate: 'HubManager_DeleteConfirmTemplate',
162
- HubManager_DeleteConfirmAction: 'HubManager_DeleteConfirmAction',
163
- HubManager_AddMembers: 'HubManager_AddMembers',
164
- HubManager_AddMembersTitle: 'HubManager_AddMembersTitle',
165
- HubManager_RemoveMembers: 'HubManager_RemoveMembers',
166
- HubManager_RemoveMembersTitle: 'HubManager_RemoveMembersTitle',
167
- HubManager_UserIdsPlaceholder: 'HubManager_UserIdsPlaceholder',
168
- HubManager_Loading: 'HubManager_Loading',
169
- HubManager_DefaultBadge: 'HubManager_DefaultBadge',
170
- // HubSelector
171
- HubSelector_Title: 'HubSelector_Title',
172
- HubSelector_AriaLabel: 'HubSelector_AriaLabel',
173
- HubSelector_MembersTemplate: 'HubSelector_MembersTemplate',
174
- HubSelector_NoneAvailable: 'HubSelector_NoneAvailable',
175
- HubSelector_NoneSelected: 'HubSelector_NoneSelected',
176
- HubSelector_SelectedCountTemplate: 'HubSelector_SelectedCountTemplate',
177
- HubSelector_DefaultBadge: 'HubSelector_DefaultBadge',
178
- // FollowRequestList
179
- FollowRequestList_Title: 'FollowRequestList_Title',
180
- FollowRequestList_AriaLabel: 'FollowRequestList_AriaLabel',
181
- FollowRequestList_Loading: 'FollowRequestList_Loading',
182
- FollowRequestList_EmptyState: 'FollowRequestList_EmptyState',
183
- FollowRequestList_Approve: 'FollowRequestList_Approve',
184
- FollowRequestList_Reject: 'FollowRequestList_Reject',
185
- FollowRequestList_PendingCountTemplate: 'FollowRequestList_PendingCountTemplate',
186
- FollowRequestList_PendingCountSingular: 'FollowRequestList_PendingCountSingular',
187
- FollowRequestList_CustomMessage: 'FollowRequestList_CustomMessage',
188
- // SearchResults
189
- SearchResults_AriaTemplate: 'SearchResults_AriaTemplate',
190
- SearchResults_TabAll: 'SearchResults_TabAll',
191
- SearchResults_TabPosts: 'SearchResults_TabPosts',
192
- SearchResults_TabPostsTemplate: 'SearchResults_TabPostsTemplate',
193
- SearchResults_TabUsers: 'SearchResults_TabUsers',
194
- SearchResults_TabUsersTemplate: 'SearchResults_TabUsersTemplate',
195
- SearchResults_NoResultsTemplate: 'SearchResults_NoResultsTemplate',
196
- SearchResults_EnterSearchTerm: 'SearchResults_EnterSearchTerm',
197
- SearchResults_SectionPeople: 'SearchResults_SectionPeople',
198
- SearchResults_SectionPosts: 'SearchResults_SectionPosts',
199
- SearchResults_Loading: 'SearchResults_Loading',
200
- SearchResults_EndOfResults: 'SearchResults_EndOfResults',
201
- // ConnectionPrivacySettings
202
- ConnectionPrivacySettings_Title: 'ConnectionPrivacySettings_Title',
203
- ConnectionPrivacySettings_AriaLabel: 'ConnectionPrivacySettings_AriaLabel',
204
- ConnectionPrivacySettings_HideFollowerCount: 'ConnectionPrivacySettings_HideFollowerCount',
205
- ConnectionPrivacySettings_HideFollowingCount: 'ConnectionPrivacySettings_HideFollowingCount',
206
- ConnectionPrivacySettings_HideFollowersFromNonFollowers: 'ConnectionPrivacySettings_HideFollowersFromNonFollowers',
207
- ConnectionPrivacySettings_HideFollowingFromNonFollowers: 'ConnectionPrivacySettings_HideFollowingFromNonFollowers',
208
- ConnectionPrivacySettings_AllowDmsFromNonFollowers: 'ConnectionPrivacySettings_AllowDmsFromNonFollowers',
209
- ConnectionPrivacySettings_ShowOnlineStatus: 'ConnectionPrivacySettings_ShowOnlineStatus',
210
- ConnectionPrivacySettings_ShowReadReceipts: 'ConnectionPrivacySettings_ShowReadReceipts',
211
- ConnectionPrivacySettings_ApproveFollowersMode: 'ConnectionPrivacySettings_ApproveFollowersMode',
212
- ConnectionPrivacySettings_ApproveNone: 'ConnectionPrivacySettings_ApproveNone',
213
- ConnectionPrivacySettings_ApproveAll: 'ConnectionPrivacySettings_ApproveAll',
214
- ConnectionPrivacySettings_ApproveNonMutuals: 'ConnectionPrivacySettings_ApproveNonMutuals',
215
- ConnectionPrivacySettings_Save: 'ConnectionPrivacySettings_Save',
216
- // TemporaryMuteDialog
217
- TemporaryMuteDialog_Title: 'TemporaryMuteDialog_Title',
218
- TemporaryMuteDialog_AriaLabel: 'TemporaryMuteDialog_AriaLabel',
219
- TemporaryMuteDialog_MuteUserTemplate: 'TemporaryMuteDialog_MuteUserTemplate',
220
- TemporaryMuteDialog_Duration1h: 'TemporaryMuteDialog_Duration1h',
221
- TemporaryMuteDialog_Duration8h: 'TemporaryMuteDialog_Duration8h',
222
- TemporaryMuteDialog_Duration24h: 'TemporaryMuteDialog_Duration24h',
223
- TemporaryMuteDialog_Duration7d: 'TemporaryMuteDialog_Duration7d',
224
- TemporaryMuteDialog_Duration30d: 'TemporaryMuteDialog_Duration30d',
225
- TemporaryMuteDialog_Permanent: 'TemporaryMuteDialog_Permanent',
226
- TemporaryMuteDialog_Mute: 'TemporaryMuteDialog_Mute',
227
- TemporaryMuteDialog_Cancel: 'TemporaryMuteDialog_Cancel',
228
- // ConnectionInsights
229
- ConnectionInsights_Title: 'ConnectionInsights_Title',
230
- ConnectionInsights_AriaLabel: 'ConnectionInsights_AriaLabel',
231
- ConnectionInsights_Period7d: 'ConnectionInsights_Period7d',
232
- ConnectionInsights_Period30d: 'ConnectionInsights_Period30d',
233
- ConnectionInsights_Period90d: 'ConnectionInsights_Period90d',
234
- ConnectionInsights_PeriodAllTime: 'ConnectionInsights_PeriodAllTime',
235
- ConnectionInsights_Interactions: 'ConnectionInsights_Interactions',
236
- ConnectionInsights_Messages: 'ConnectionInsights_Messages',
237
- ConnectionInsights_Likes: 'ConnectionInsights_Likes',
238
- ConnectionInsights_Reposts: 'ConnectionInsights_Reposts',
239
- ConnectionInsights_Replies: 'ConnectionInsights_Replies',
240
- ConnectionInsights_EmptyState: 'ConnectionInsights_EmptyState',
241
- ConnectionInsights_Loading: 'ConnectionInsights_Loading',
242
- // ListTimelineFilter
243
- ListTimelineFilter_Title: 'ListTimelineFilter_Title',
244
- ListTimelineFilter_AriaLabel: 'ListTimelineFilter_AriaLabel',
245
- ListTimelineFilter_AllConnections: 'ListTimelineFilter_AllConnections',
246
- ListTimelineFilter_SelectList: 'ListTimelineFilter_SelectList',
247
- ListTimelineFilter_MembersTemplate: 'ListTimelineFilter_MembersTemplate',
248
- ListTimelineFilter_ClearFilter: 'ListTimelineFilter_ClearFilter',
249
- // MessagingInbox
250
- MessagingInbox_Title: 'MessagingInbox_Title',
251
- MessagingInbox_AriaLabel: 'MessagingInbox_AriaLabel',
252
- MessagingInbox_Loading: 'MessagingInbox_Loading',
253
- MessagingInbox_EmptyState: 'MessagingInbox_EmptyState',
254
- MessagingInbox_EmptyStateHint: 'MessagingInbox_EmptyStateHint',
255
- MessagingInbox_Pinned: 'MessagingInbox_Pinned',
256
- MessagingInbox_UnreadTemplate: 'MessagingInbox_UnreadTemplate',
257
- MessagingInbox_NewConversation: 'MessagingInbox_NewConversation',
258
- MessagingInbox_GroupBadge: 'MessagingInbox_GroupBadge',
259
- // ConversationView
260
- ConversationView_AriaLabel: 'ConversationView_AriaLabel',
261
- ConversationView_Loading: 'ConversationView_Loading',
262
- ConversationView_EmptyState: 'ConversationView_EmptyState',
263
- ConversationView_LoadMore: 'ConversationView_LoadMore',
264
- // MessageComposer
265
- MessageComposer_Placeholder: 'MessageComposer_Placeholder',
266
- MessageComposer_AriaLabel: 'MessageComposer_AriaLabel',
267
- MessageComposer_Send: 'MessageComposer_Send',
268
- MessageComposer_AttachFile: 'MessageComposer_AttachFile',
269
- MessageComposer_ReplyingTo: 'MessageComposer_ReplyingTo',
270
- MessageComposer_CancelReply: 'MessageComposer_CancelReply',
271
- // MessageRequestsList
272
- MessageRequestsList_Title: 'MessageRequestsList_Title',
273
- MessageRequestsList_AriaLabel: 'MessageRequestsList_AriaLabel',
274
- MessageRequestsList_Loading: 'MessageRequestsList_Loading',
275
- MessageRequestsList_EmptyState: 'MessageRequestsList_EmptyState',
276
- MessageRequestsList_Accept: 'MessageRequestsList_Accept',
277
- MessageRequestsList_Decline: 'MessageRequestsList_Decline',
278
- MessageRequestsList_PendingCountTemplate: 'MessageRequestsList_PendingCountTemplate',
279
- // MessageBubble
280
- MessageBubble_AriaLabel: 'MessageBubble_AriaLabel',
281
- MessageBubble_Edited: 'MessageBubble_Edited',
282
- MessageBubble_Forwarded: 'MessageBubble_Forwarded',
283
- MessageBubble_Deleted: 'MessageBubble_Deleted',
284
- MessageBubble_ReplyTo: 'MessageBubble_ReplyTo',
285
- // TypingIndicator
286
- TypingIndicator_AriaLabel: 'TypingIndicator_AriaLabel',
287
- TypingIndicator_SingleTemplate: 'TypingIndicator_SingleTemplate',
288
- TypingIndicator_MultipleTemplate: 'TypingIndicator_MultipleTemplate',
289
- // ReadReceipt
290
- ReadReceipt_AriaLabel: 'ReadReceipt_AriaLabel',
291
- ReadReceipt_Sent: 'ReadReceipt_Sent',
292
- ReadReceipt_Delivered: 'ReadReceipt_Delivered',
293
- ReadReceipt_SeenTemplate: 'ReadReceipt_SeenTemplate',
294
- // MessageReactions
295
- MessageReactions_AriaLabel: 'MessageReactions_AriaLabel',
296
- MessageReactions_AddReaction: 'MessageReactions_AddReaction',
297
- MessageReactions_CountTemplate: 'MessageReactions_CountTemplate',
298
- MessageReactions_RemoveReaction: 'MessageReactions_RemoveReaction',
299
- // GroupConversationSettings
300
- GroupConversationSettings_Title: 'GroupConversationSettings_Title',
301
- GroupConversationSettings_AriaLabel: 'GroupConversationSettings_AriaLabel',
302
- GroupConversationSettings_GroupName: 'GroupConversationSettings_GroupName',
303
- GroupConversationSettings_GroupAvatar: 'GroupConversationSettings_GroupAvatar',
304
- GroupConversationSettings_Participants: 'GroupConversationSettings_Participants',
305
- GroupConversationSettings_ParticipantCountTemplate: 'GroupConversationSettings_ParticipantCountTemplate',
306
- GroupConversationSettings_AddParticipant: 'GroupConversationSettings_AddParticipant',
307
- GroupConversationSettings_RemoveParticipant: 'GroupConversationSettings_RemoveParticipant',
308
- GroupConversationSettings_PromoteToAdmin: 'GroupConversationSettings_PromoteToAdmin',
309
- GroupConversationSettings_DemoteFromAdmin: 'GroupConversationSettings_DemoteFromAdmin',
310
- GroupConversationSettings_AdminBadge: 'GroupConversationSettings_AdminBadge',
311
- GroupConversationSettings_Save: 'GroupConversationSettings_Save',
312
- GroupConversationSettings_Cancel: 'GroupConversationSettings_Cancel',
313
- GroupConversationSettings_LeaveGroup: 'GroupConversationSettings_LeaveGroup',
314
- // NewConversationDialog
315
- NewConversationDialog_Title: 'NewConversationDialog_Title',
316
- NewConversationDialog_AriaLabel: 'NewConversationDialog_AriaLabel',
317
- NewConversationDialog_SearchPlaceholder: 'NewConversationDialog_SearchPlaceholder',
318
- NewConversationDialog_CreateGroup: 'NewConversationDialog_CreateGroup',
319
- NewConversationDialog_GroupNamePlaceholder: 'NewConversationDialog_GroupNamePlaceholder',
320
- NewConversationDialog_SelectedTemplate: 'NewConversationDialog_SelectedTemplate',
321
- NewConversationDialog_Start: 'NewConversationDialog_Start',
322
- NewConversationDialog_Cancel: 'NewConversationDialog_Cancel',
323
- NewConversationDialog_NoResults: 'NewConversationDialog_NoResults',
324
- // ConversationSearch
325
- ConversationSearch_Placeholder: 'ConversationSearch_Placeholder',
326
- ConversationSearch_AriaLabel: 'ConversationSearch_AriaLabel',
327
- ConversationSearch_NoResults: 'ConversationSearch_NoResults',
328
- ConversationSearch_ResultCountTemplate: 'ConversationSearch_ResultCountTemplate',
329
- ConversationSearch_Clear: 'ConversationSearch_Clear',
330
- // MessagingMenuBadge
331
- MessagingMenuBadge_AriaLabel: 'MessagingMenuBadge_AriaLabel',
332
- MessagingMenuBadge_UnreadTemplate: 'MessagingMenuBadge_UnreadTemplate',
333
- MessagingMenuBadge_NoUnread: 'MessagingMenuBadge_NoUnread',
334
- // NotificationProvider
335
- NotificationProvider_Error: 'NotificationProvider_Error',
336
- // NotificationBell
337
- NotificationBell_AriaLabel: 'NotificationBell_AriaLabel',
338
- NotificationBell_UnreadTemplate: 'NotificationBell_UnreadTemplate',
339
- NotificationBell_NoUnread: 'NotificationBell_NoUnread',
340
- NotificationBell_Overflow: 'NotificationBell_Overflow',
341
- // NotificationDropdown
342
- NotificationDropdown_Title: 'NotificationDropdown_Title',
343
- NotificationDropdown_AriaLabel: 'NotificationDropdown_AriaLabel',
344
- NotificationDropdown_ViewAll: 'NotificationDropdown_ViewAll',
345
- NotificationDropdown_MarkAllRead: 'NotificationDropdown_MarkAllRead',
346
- NotificationDropdown_EmptyState: 'NotificationDropdown_EmptyState',
347
- NotificationDropdown_Loading: 'NotificationDropdown_Loading',
348
- // NotificationItem
349
- NotificationItem_AriaLabel: 'NotificationItem_AriaLabel',
350
- NotificationItem_MarkRead: 'NotificationItem_MarkRead',
351
- NotificationItem_Delete: 'NotificationItem_Delete',
352
- NotificationItem_GroupExpandTemplate: 'NotificationItem_GroupExpandTemplate',
353
- NotificationItem_GroupCollapseTemplate: 'NotificationItem_GroupCollapseTemplate',
354
- // NotificationList
355
- NotificationList_Title: 'NotificationList_Title',
356
- NotificationList_AriaLabel: 'NotificationList_AriaLabel',
357
- NotificationList_Loading: 'NotificationList_Loading',
358
- NotificationList_EmptyState: 'NotificationList_EmptyState',
359
- NotificationList_FilterAll: 'NotificationList_FilterAll',
360
- NotificationList_FilterUnread: 'NotificationList_FilterUnread',
361
- NotificationList_FilterRead: 'NotificationList_FilterRead',
362
- NotificationList_LoadMore: 'NotificationList_LoadMore',
363
- NotificationList_EndOfList: 'NotificationList_EndOfList',
364
- // NotificationPreferences
365
- NotificationPreferences_Title: 'NotificationPreferences_Title',
366
- NotificationPreferences_AriaLabel: 'NotificationPreferences_AriaLabel',
367
- NotificationPreferences_CategorySettings: 'NotificationPreferences_CategorySettings',
368
- NotificationPreferences_ChannelSettings: 'NotificationPreferences_ChannelSettings',
369
- NotificationPreferences_QuietHours: 'NotificationPreferences_QuietHours',
370
- NotificationPreferences_QuietHoursEnabled: 'NotificationPreferences_QuietHoursEnabled',
371
- NotificationPreferences_QuietHoursStart: 'NotificationPreferences_QuietHoursStart',
372
- NotificationPreferences_QuietHoursEnd: 'NotificationPreferences_QuietHoursEnd',
373
- NotificationPreferences_QuietHoursTimezone: 'NotificationPreferences_QuietHoursTimezone',
374
- NotificationPreferences_DoNotDisturb: 'NotificationPreferences_DoNotDisturb',
375
- NotificationPreferences_DndEnabled: 'NotificationPreferences_DndEnabled',
376
- NotificationPreferences_DndDuration: 'NotificationPreferences_DndDuration',
377
- NotificationPreferences_SoundEnabled: 'NotificationPreferences_SoundEnabled',
378
- NotificationPreferences_Save: 'NotificationPreferences_Save',
379
- NotificationPreferences_CategorySocial: 'NotificationPreferences_CategorySocial',
380
- NotificationPreferences_CategoryMessages: 'NotificationPreferences_CategoryMessages',
381
- NotificationPreferences_CategoryConnections: 'NotificationPreferences_CategoryConnections',
382
- NotificationPreferences_CategorySystem: 'NotificationPreferences_CategorySystem',
383
- NotificationPreferences_ChannelInApp: 'NotificationPreferences_ChannelInApp',
384
- NotificationPreferences_ChannelEmail: 'NotificationPreferences_ChannelEmail',
385
- NotificationPreferences_ChannelPush: 'NotificationPreferences_ChannelPush',
386
- // NotificationCategoryFilter
387
- NotificationCategoryFilter_Title: 'NotificationCategoryFilter_Title',
388
- NotificationCategoryFilter_AriaLabel: 'NotificationCategoryFilter_AriaLabel',
389
- NotificationCategoryFilter_All: 'NotificationCategoryFilter_All',
390
- NotificationCategoryFilter_Social: 'NotificationCategoryFilter_Social',
391
- NotificationCategoryFilter_Messages: 'NotificationCategoryFilter_Messages',
392
- NotificationCategoryFilter_Connections: 'NotificationCategoryFilter_Connections',
393
- NotificationCategoryFilter_System: 'NotificationCategoryFilter_System',
394
- });
395
- //# sourceMappingURL=brightHubStrings.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"brightHubStrings.js","sourceRoot":"","sources":["../../../../../brightchain-lib/src/lib/enumerations/brightHubStrings.ts"],"names":[],"mappings":";;;AAAA,wDAGmC;AAEtB,QAAA,oBAAoB,GAAG,WAAW,CAAC;AAEnC,QAAA,gBAAgB,GAAG,IAAA,+BAAoB,EAAC,4BAAoB,EAAE;IACzE,WAAW;IACX,iBAAiB,EAAE,mBAAmB;IACtC,eAAe,EAAE,iBAAiB;IAClC,sBAAsB,EAAE,wBAAwB;IAChD,gBAAgB,EAAE,kBAAkB;IACpC,0BAA0B,EAAE,4BAA4B;IACxD,2BAA2B,EAAE,6BAA6B;IAC1D,yBAAyB,EAAE,2BAA2B;IACtD,2BAA2B,EAAE,6BAA6B;IAC1D,2BAA2B,EAAE,6BAA6B;IAE1D,eAAe;IACf,wBAAwB,EAAE,0BAA0B;IACpD,6BAA6B,EAAE,+BAA+B;IAC9D,uBAAuB,EAAE,yBAAyB;IAClD,wBAAwB,EAAE,0BAA0B;IACpD,iBAAiB,EAAE,mBAAmB;IACtC,mBAAmB,EAAE,qBAAqB;IAC1C,iBAAiB,EAAE,mBAAmB;IACtC,kBAAkB,EAAE,oBAAoB;IACxC,wBAAwB,EAAE,0BAA0B;IACpD,qCAAqC,EACnC,uCAAuC;IACzC,kCAAkC,EAAE,oCAAoC;IACxE,sBAAsB,EAAE,wBAAwB;IAChD,4BAA4B,EAAE,8BAA8B;IAC5D,uBAAuB,EAAE,yBAAyB;IAClD,iBAAiB,EAAE,mBAAmB;IACtC,kBAAkB,EAAE,oBAAoB;IAExC,WAAW;IACX,kBAAkB,EAAE,oBAAoB;IACxC,2BAA2B,EAAE,6BAA6B;IAC1D,oBAAoB,EAAE,sBAAsB;IAC5C,qBAAqB,EAAE,uBAAuB;IAC9C,qBAAqB,EAAE,uBAAuB;IAC9C,oBAAoB,EAAE,sBAAsB;IAE5C,aAAa;IACb,oBAAoB,EAAE,sBAAsB;IAC5C,wBAAwB,EAAE,0BAA0B;IACpD,6BAA6B,EAAE,+BAA+B;IAC9D,mCAAmC,EAAE,qCAAqC;IAC1E,mCAAmC,EAAE,qCAAqC;IAC1E,yCAAyC,EACvC,2CAA2C;IAC7C,oBAAoB,EAAE,sBAAsB;IAE5C,eAAe;IACf,mBAAmB,EAAE,qBAAqB;IAC1C,sBAAsB,EAAE,wBAAwB;IAChD,qBAAqB,EAAE,uBAAuB;IAE9C,aAAa;IACb,2BAA2B,EAAE,6BAA6B;IAC1D,6BAA6B,EAAE,+BAA+B;IAE9D,eAAe;IACf,+BAA+B,EAAE,iCAAiC;IAClE,mCAAmC,EAAE,qCAAqC;IAE1E,kBAAkB;IAClB,wBAAwB,EAAE,0BAA0B;IACpD,gCAAgC,EAAE,kCAAkC;IACpE,iCAAiC,EAAE,mCAAmC;IACtE,yBAAyB,EAAE,2BAA2B;IACtD,yBAAyB,EAAE,2BAA2B;IACtD,gCAAgC,EAAE,kCAAkC;IACpE,kCAAkC,EAAE,oCAAoC;IACxE,8BAA8B,EAAE,gCAAgC;IAChE,iCAAiC,EAAE,mCAAmC;IACtE,wCAAwC,EACtC,0CAA0C;IAC5C,8CAA8C,EAC5C,gDAAgD;IAElD,wBAAwB;IACxB,2BAA2B,EAAE,6BAA6B;IAC1D,gCAAgC,EAAE,kCAAkC;IACpE,8BAA8B,EAAE,gCAAgC;IAChE,gCAAgC,EAAE,kCAAkC;IACpE,2CAA2C,EACzC,6CAA6C;IAC/C,yCAAyC,EACvC,2CAA2C;IAC7C,4BAA4B,EAAE,8BAA8B;IAC5D,0BAA0B,EAAE,4BAA4B;IACxD,8BAA8B,EAAE,gCAAgC;IAChE,qCAAqC,EACnC,uCAAuC;IACzC,gCAAgC,EAAE,kCAAkC;IACpE,uCAAuC,EACrC,yCAAyC;IAC3C,6CAA6C,EAC3C,+CAA+C;IACjD,sCAAsC,EACpC,wCAAwC;IAC1C,qCAAqC,EACnC,uCAAuC;IACzC,uCAAuC,EACrC,yCAAyC;IAC3C,gCAAgC,EAAE,kCAAkC;IACpE,oCAAoC,EAAE,sCAAsC;IAC5E,gCAAgC,EAAE,kCAAkC;IACpE,mCAAmC,EAAE,qCAAqC;IAC1E,qCAAqC,EACnC,uCAAuC;IACzC,wCAAwC,EACtC,0CAA0C;IAC5C,wCAAwC,EACtC,0CAA0C;IAC5C,6BAA6B,EAAE,+BAA+B;IAC9D,+BAA+B,EAAE,iCAAiC;IAElE,qBAAqB;IACrB,4BAA4B,EAAE,8BAA8B;IAC5D,kCAAkC,EAAE,oCAAoC;IACxE,oCAAoC,EAAE,sCAAsC;IAC5E,oCAAoC,EAAE,sCAAsC;IAC5E,0CAA0C,EACxC,4CAA4C;IAC9C,mCAAmC,EAAE,qCAAqC;IAC1E,oCAAoC,EAAE,sCAAsC;IAE5E,6BAA6B;IAC7B,gCAAgC,EAAE,kCAAkC;IACpE,oCAAoC,EAAE,sCAAsC;IAC5E,2CAA2C,EACzC,6CAA6C;IAC/C,wCAAwC,EACtC,0CAA0C;IAE5C,uBAAuB;IACvB,0BAA0B,EAAE,4BAA4B;IACxD,8BAA8B,EAAE,gCAAgC;IAChE,gCAAgC,EAAE,kCAAkC;IACpE,+BAA+B,EAAE,iCAAiC;IAClE,yBAAyB,EAAE,2BAA2B;IACtD,2BAA2B,EAAE,6BAA6B;IAC1D,2BAA2B,EAAE,6BAA6B;IAC1D,uCAAuC,EACrC,yCAAyC;IAC3C,yCAAyC,EACvC,2CAA2C;IAC7C,wCAAwC,EACtC,0CAA0C;IAE5C,wBAAwB;IACxB,2BAA2B,EAAE,6BAA6B;IAC1D,+BAA+B,EAAE,iCAAiC;IAClE,gCAAgC,EAAE,kCAAkC;IACpE,6BAA6B,EAAE,+BAA+B;IAC9D,4BAA4B,EAAE,8BAA8B;IAC5D,6BAA6B,EAAE,+BAA+B;IAC9D,yCAAyC,EACvC,2CAA2C;IAC7C,+CAA+C,EAC7C,iDAAiD;IACnD,6CAA6C,EAC3C,+CAA+C;IACjD,4CAA4C,EAC1C,8CAA8C;IAChD,yCAAyC,EACvC,2CAA2C;IAE7C,oBAAoB;IACpB,uBAAuB,EAAE,yBAAyB;IAClD,2BAA2B,EAAE,6BAA6B;IAC1D,yBAAyB,EAAE,2BAA2B;IACtD,4BAA4B,EAAE,8BAA8B;IAC5D,+BAA+B,EAAE,iCAAiC;IAClE,qCAAqC,EACnC,uCAAuC;IACzC,0BAA0B,EAAE,4BAA4B;IAExD,8BAA8B;IAC9B,iCAAiC,EAAE,mCAAmC;IACtE,qCAAqC,EACnC,uCAAuC;IACzC,kCAAkC,EAAE,oCAAoC;IACxE,oCAAoC,EAAE,sCAAsC;IAC5E,gCAAgC,EAAE,kCAAkC;IACpE,mCAAmC,EAAE,qCAAqC;IAE1E,aAAa;IACb,gBAAgB,EAAE,kBAAkB;IACpC,oBAAoB,EAAE,sBAAsB;IAC5C,oBAAoB,EAAE,sBAAsB;IAC5C,kBAAkB,EAAE,oBAAoB;IACxC,oBAAoB,EAAE,sBAAsB;IAC5C,kBAAkB,EAAE,oBAAoB;IACxC,yBAAyB,EAAE,2BAA2B;IACtD,0BAA0B,EAAE,4BAA4B;IACxD,qBAAqB,EAAE,uBAAuB;IAC9C,yBAAyB,EAAE,2BAA2B;IACtD,eAAe,EAAE,iBAAiB;IAClC,iBAAiB,EAAE,mBAAmB;IACtC,gCAAgC,EAAE,kCAAkC;IACpE,8BAA8B,EAAE,gCAAgC;IAChE,qBAAqB,EAAE,uBAAuB;IAC9C,0BAA0B,EAAE,4BAA4B;IACxD,wBAAwB,EAAE,0BAA0B;IACpD,6BAA6B,EAAE,+BAA+B;IAC9D,6BAA6B,EAAE,+BAA+B;IAC9D,kBAAkB,EAAE,oBAAoB;IACxC,uBAAuB,EAAE,yBAAyB;IAElD,cAAc;IACd,iBAAiB,EAAE,mBAAmB;IACtC,qBAAqB,EAAE,uBAAuB;IAC9C,2BAA2B,EAAE,6BAA6B;IAC1D,yBAAyB,EAAE,2BAA2B;IACtD,wBAAwB,EAAE,0BAA0B;IACpD,iCAAiC,EAAE,mCAAmC;IACtE,wBAAwB,EAAE,0BAA0B;IAEpD,oBAAoB;IACpB,uBAAuB,EAAE,yBAAyB;IAClD,2BAA2B,EAAE,6BAA6B;IAC1D,yBAAyB,EAAE,2BAA2B;IACtD,4BAA4B,EAAE,8BAA8B;IAC5D,yBAAyB,EAAE,2BAA2B;IACtD,wBAAwB,EAAE,0BAA0B;IACpD,sCAAsC,EACpC,wCAAwC;IAC1C,sCAAsC,EACpC,wCAAwC;IAC1C,+BAA+B,EAAE,iCAAiC;IAElE,gBAAgB;IAChB,0BAA0B,EAAE,4BAA4B;IACxD,oBAAoB,EAAE,sBAAsB;IAC5C,sBAAsB,EAAE,wBAAwB;IAChD,8BAA8B,EAAE,gCAAgC;IAChE,sBAAsB,EAAE,wBAAwB;IAChD,8BAA8B,EAAE,gCAAgC;IAChE,+BAA+B,EAAE,iCAAiC;IAClE,6BAA6B,EAAE,+BAA+B;IAC9D,2BAA2B,EAAE,6BAA6B;IAC1D,0BAA0B,EAAE,4BAA4B;IACxD,qBAAqB,EAAE,uBAAuB;IAC9C,0BAA0B,EAAE,4BAA4B;IAExD,4BAA4B;IAC5B,+BAA+B,EAAE,iCAAiC;IAClE,mCAAmC,EAAE,qCAAqC;IAC1E,2CAA2C,EACzC,6CAA6C;IAC/C,4CAA4C,EAC1C,8CAA8C;IAChD,uDAAuD,EACrD,yDAAyD;IAC3D,uDAAuD,EACrD,yDAAyD;IAC3D,kDAAkD,EAChD,oDAAoD;IACtD,0CAA0C,EACxC,4CAA4C;IAC9C,0CAA0C,EACxC,4CAA4C;IAC9C,8CAA8C,EAC5C,gDAAgD;IAClD,qCAAqC,EACnC,uCAAuC;IACzC,oCAAoC,EAAE,sCAAsC;IAC5E,2CAA2C,EACzC,6CAA6C;IAC/C,8BAA8B,EAAE,gCAAgC;IAEhE,sBAAsB;IACtB,yBAAyB,EAAE,2BAA2B;IACtD,6BAA6B,EAAE,+BAA+B;IAC9D,oCAAoC,EAAE,sCAAsC;IAC5E,8BAA8B,EAAE,gCAAgC;IAChE,8BAA8B,EAAE,gCAAgC;IAChE,+BAA+B,EAAE,iCAAiC;IAClE,8BAA8B,EAAE,gCAAgC;IAChE,+BAA+B,EAAE,iCAAiC;IAClE,6BAA6B,EAAE,+BAA+B;IAC9D,wBAAwB,EAAE,0BAA0B;IACpD,0BAA0B,EAAE,4BAA4B;IAExD,qBAAqB;IACrB,wBAAwB,EAAE,0BAA0B;IACpD,4BAA4B,EAAE,8BAA8B;IAC5D,2BAA2B,EAAE,6BAA6B;IAC1D,4BAA4B,EAAE,8BAA8B;IAC5D,4BAA4B,EAAE,8BAA8B;IAC5D,gCAAgC,EAAE,kCAAkC;IACpE,+BAA+B,EAAE,iCAAiC;IAClE,2BAA2B,EAAE,6BAA6B;IAC1D,wBAAwB,EAAE,0BAA0B;IACpD,0BAA0B,EAAE,4BAA4B;IACxD,0BAA0B,EAAE,4BAA4B;IACxD,6BAA6B,EAAE,+BAA+B;IAC9D,0BAA0B,EAAE,4BAA4B;IAExD,qBAAqB;IACrB,wBAAwB,EAAE,0BAA0B;IACpD,4BAA4B,EAAE,8BAA8B;IAC5D,iCAAiC,EAAE,mCAAmC;IACtE,6BAA6B,EAAE,+BAA+B;IAC9D,kCAAkC,EAAE,oCAAoC;IACxE,8BAA8B,EAAE,gCAAgC;IAEhE,iBAAiB;IACjB,oBAAoB,EAAE,sBAAsB;IAC5C,wBAAwB,EAAE,0BAA0B;IACpD,sBAAsB,EAAE,wBAAwB;IAChD,yBAAyB,EAAE,2BAA2B;IACtD,6BAA6B,EAAE,+BAA+B;IAC9D,qBAAqB,EAAE,uBAAuB;IAC9C,6BAA6B,EAAE,+BAA+B;IAC9D,8BAA8B,EAAE,gCAAgC;IAChE,yBAAyB,EAAE,2BAA2B;IAEtD,mBAAmB;IACnB,0BAA0B,EAAE,4BAA4B;IACxD,wBAAwB,EAAE,0BAA0B;IACpD,2BAA2B,EAAE,6BAA6B;IAC1D,yBAAyB,EAAE,2BAA2B;IAEtD,kBAAkB;IAClB,2BAA2B,EAAE,6BAA6B;IAC1D,yBAAyB,EAAE,2BAA2B;IACtD,oBAAoB,EAAE,sBAAsB;IAC5C,0BAA0B,EAAE,4BAA4B;IACxD,0BAA0B,EAAE,4BAA4B;IACxD,2BAA2B,EAAE,6BAA6B;IAE1D,sBAAsB;IACtB,yBAAyB,EAAE,2BAA2B;IACtD,6BAA6B,EAAE,+BAA+B;IAC9D,2BAA2B,EAAE,6BAA6B;IAC1D,8BAA8B,EAAE,gCAAgC;IAChE,0BAA0B,EAAE,4BAA4B;IACxD,2BAA2B,EAAE,6BAA6B;IAC1D,wCAAwC,EACtC,0CAA0C;IAE5C,gBAAgB;IAChB,uBAAuB,EAAE,yBAAyB;IAClD,oBAAoB,EAAE,sBAAsB;IAC5C,uBAAuB,EAAE,yBAAyB;IAClD,qBAAqB,EAAE,uBAAuB;IAC9C,qBAAqB,EAAE,uBAAuB;IAE9C,kBAAkB;IAClB,yBAAyB,EAAE,2BAA2B;IACtD,8BAA8B,EAAE,gCAAgC;IAChE,gCAAgC,EAAE,kCAAkC;IAEpE,cAAc;IACd,qBAAqB,EAAE,uBAAuB;IAC9C,gBAAgB,EAAE,kBAAkB;IACpC,qBAAqB,EAAE,uBAAuB;IAC9C,wBAAwB,EAAE,0BAA0B;IAEpD,mBAAmB;IACnB,0BAA0B,EAAE,4BAA4B;IACxD,4BAA4B,EAAE,8BAA8B;IAC5D,8BAA8B,EAAE,gCAAgC;IAChE,+BAA+B,EAAE,iCAAiC;IAElE,4BAA4B;IAC5B,+BAA+B,EAAE,iCAAiC;IAClE,mCAAmC,EAAE,qCAAqC;IAC1E,mCAAmC,EAAE,qCAAqC;IAC1E,qCAAqC,EACnC,uCAAuC;IACzC,sCAAsC,EACpC,wCAAwC;IAC1C,kDAAkD,EAChD,oDAAoD;IACtD,wCAAwC,EACtC,0CAA0C;IAC5C,2CAA2C,EACzC,6CAA6C;IAC/C,wCAAwC,EACtC,0CAA0C;IAC5C,yCAAyC,EACvC,2CAA2C;IAC7C,oCAAoC,EAAE,sCAAsC;IAC5E,8BAA8B,EAAE,gCAAgC;IAChE,gCAAgC,EAAE,kCAAkC;IACpE,oCAAoC,EAAE,sCAAsC;IAE5E,wBAAwB;IACxB,2BAA2B,EAAE,6BAA6B;IAC1D,+BAA+B,EAAE,iCAAiC;IAClE,uCAAuC,EACrC,yCAAyC;IAC3C,iCAAiC,EAAE,mCAAmC;IACtE,0CAA0C,EACxC,4CAA4C;IAC9C,sCAAsC,EACpC,wCAAwC;IAC1C,2BAA2B,EAAE,6BAA6B;IAC1D,4BAA4B,EAAE,8BAA8B;IAC5D,+BAA+B,EAAE,iCAAiC;IAElE,qBAAqB;IACrB,8BAA8B,EAAE,gCAAgC;IAChE,4BAA4B,EAAE,8BAA8B;IAC5D,4BAA4B,EAAE,8BAA8B;IAC5D,sCAAsC,EACpC,wCAAwC;IAC1C,wBAAwB,EAAE,0BAA0B;IAEpD,qBAAqB;IACrB,4BAA4B,EAAE,8BAA8B;IAC5D,iCAAiC,EAAE,mCAAmC;IACtE,2BAA2B,EAAE,6BAA6B;IAE1D,uBAAuB;IACvB,0BAA0B,EAAE,4BAA4B;IAExD,mBAAmB;IACnB,0BAA0B,EAAE,4BAA4B;IACxD,+BAA+B,EAAE,iCAAiC;IAClE,yBAAyB,EAAE,2BAA2B;IACtD,yBAAyB,EAAE,2BAA2B;IAEtD,uBAAuB;IACvB,0BAA0B,EAAE,4BAA4B;IACxD,8BAA8B,EAAE,gCAAgC;IAChE,4BAA4B,EAAE,8BAA8B;IAC5D,gCAAgC,EAAE,kCAAkC;IACpE,+BAA+B,EAAE,iCAAiC;IAClE,4BAA4B,EAAE,8BAA8B;IAE5D,mBAAmB;IACnB,0BAA0B,EAAE,4BAA4B;IACxD,yBAAyB,EAAE,2BAA2B;IACtD,uBAAuB,EAAE,yBAAyB;IAClD,oCAAoC,EAAE,sCAAsC;IAC5E,sCAAsC,EACpC,wCAAwC;IAE1C,mBAAmB;IACnB,sBAAsB,EAAE,wBAAwB;IAChD,0BAA0B,EAAE,4BAA4B;IACxD,wBAAwB,EAAE,0BAA0B;IACpD,2BAA2B,EAAE,6BAA6B;IAC1D,0BAA0B,EAAE,4BAA4B;IACxD,6BAA6B,EAAE,+BAA+B;IAC9D,2BAA2B,EAAE,6BAA6B;IAC1D,yBAAyB,EAAE,2BAA2B;IACtD,0BAA0B,EAAE,4BAA4B;IAExD,0BAA0B;IAC1B,6BAA6B,EAAE,+BAA+B;IAC9D,iCAAiC,EAAE,mCAAmC;IACtE,wCAAwC,EACtC,0CAA0C;IAC5C,uCAAuC,EACrC,yCAAyC;IAC3C,kCAAkC,EAAE,oCAAoC;IACxE,yCAAyC,EACvC,2CAA2C;IAC7C,uCAAuC,EACrC,yCAAyC;IAC3C,qCAAqC,EACnC,uCAAuC;IACzC,0CAA0C,EACxC,4CAA4C;IAC9C,oCAAoC,EAAE,sCAAsC;IAC5E,kCAAkC,EAAE,oCAAoC;IACxE,mCAAmC,EAAE,qCAAqC;IAC1E,oCAAoC,EAAE,sCAAsC;IAC5E,4BAA4B,EAAE,8BAA8B;IAC5D,sCAAsC,EACpC,wCAAwC;IAC1C,wCAAwC,EACtC,0CAA0C;IAC5C,2CAA2C,EACzC,6CAA6C;IAC/C,sCAAsC,EACpC,wCAAwC;IAC1C,oCAAoC,EAAE,sCAAsC;IAC5E,oCAAoC,EAAE,sCAAsC;IAC5E,mCAAmC,EAAE,qCAAqC;IAE1E,6BAA6B;IAC7B,gCAAgC,EAAE,kCAAkC;IACpE,oCAAoC,EAAE,sCAAsC;IAC5E,8BAA8B,EAAE,gCAAgC;IAChE,iCAAiC,EAAE,mCAAmC;IACtE,mCAAmC,EAAE,qCAAqC;IAC1E,sCAAsC,EACpC,wCAAwC;IAC1C,iCAAiC,EAAE,mCAAmC;CAC9D,CAAC,CAAC"}
@@ -1,161 +0,0 @@
1
- import { BrandedStringKeyValue } from '@digitaldefiance/i18n-lib';
2
- export declare const BrightPassComponentId = "BrightPass";
3
- export declare const BrightPassStrings: import("@digitaldefiance/i18n-lib").BrandedStringKeys<{
4
- readonly Menu_BrightPass: "Menu_BrightPass";
5
- readonly VaultList_Title: "VaultList_Title";
6
- readonly VaultList_CreateVaultName: "VaultList_CreateVaultName";
7
- readonly VaultList_CreateVault: "VaultList_CreateVault";
8
- readonly VaultList_DeleteVault: "VaultList_DeleteVault";
9
- readonly VaultList_SharedWithTemplate: "VaultList_SharedWithTemplate";
10
- readonly VaultList_NoVaults: "VaultList_NoVaults";
11
- readonly VaultDetail_TitleNameTemplate: "VaultDetail_TitleNameTemplate";
12
- readonly VaultDetail_AddEntry: "VaultDetail_AddEntry";
13
- readonly VaultDetail_LockVault: "VaultDetail_LockVault";
14
- readonly VaultDetail_Search: "VaultDetail_Search";
15
- readonly VaultDetail_NoEntries: "VaultDetail_NoEntries";
16
- readonly VaultDetail_Favorite: "VaultDetail_Favorite";
17
- readonly VaultDetail_ConfirmLockTitle: "VaultDetail_ConfirmLockTitle";
18
- readonly VaultDetail_ConfirmLockMessage: "VaultDetail_ConfirmLockMessage";
19
- readonly VaultDetail_Cancel: "VaultDetail_Cancel";
20
- readonly VaultDetail_Confirm: "VaultDetail_Confirm";
21
- readonly EntryType_Login: "EntryType_Login";
22
- readonly EntryType_SecureNote: "EntryType_SecureNote";
23
- readonly EntryType_CreditCard: "EntryType_CreditCard";
24
- readonly EntryType_Identity: "EntryType_Identity";
25
- readonly PasswordGen_Title: "PasswordGen_Title";
26
- readonly PasswordGen_Length: "PasswordGen_Length";
27
- readonly PasswordGen_Generate: "PasswordGen_Generate";
28
- readonly PasswordGen_Copy: "PasswordGen_Copy";
29
- readonly PasswordGen_UsePassword: "PasswordGen_UsePassword";
30
- readonly PasswordGen_Strength_Weak: "PasswordGen_Strength_Weak";
31
- readonly PasswordGen_Strength_Fair: "PasswordGen_Strength_Fair";
32
- readonly PasswordGen_Strength_Strong: "PasswordGen_Strength_Strong";
33
- readonly PasswordGen_Strength_VeryStrong: "PasswordGen_Strength_VeryStrong";
34
- readonly PasswordGen_Uppercase: "PasswordGen_Uppercase";
35
- readonly PasswordGen_Lowercase: "PasswordGen_Lowercase";
36
- readonly PasswordGen_Digits: "PasswordGen_Digits";
37
- readonly PasswordGen_Symbols: "PasswordGen_Symbols";
38
- readonly PasswordGen_Copied: "PasswordGen_Copied";
39
- readonly PasswordGen_Entropy: "PasswordGen_Entropy";
40
- readonly TOTP_Title: "TOTP_Title";
41
- readonly TOTP_Code: "TOTP_Code";
42
- readonly TOTP_CopyCode: "TOTP_CopyCode";
43
- readonly TOTP_Copied: "TOTP_Copied";
44
- readonly TOTP_SecondsRemainingTemplate: "TOTP_SecondsRemainingTemplate";
45
- readonly TOTP_QrCode: "TOTP_QrCode";
46
- readonly TOTP_SecretUri: "TOTP_SecretUri";
47
- readonly Breach_Title: "Breach_Title";
48
- readonly Breach_Check: "Breach_Check";
49
- readonly Breach_Password: "Breach_Password";
50
- readonly Breach_FoundTemplate: "Breach_FoundTemplate";
51
- readonly Breach_NotFound: "Breach_NotFound";
52
- readonly AuditLog_Title: "AuditLog_Title";
53
- readonly AuditLog_Timestamp: "AuditLog_Timestamp";
54
- readonly AuditLog_Action: "AuditLog_Action";
55
- readonly AuditLog_Member: "AuditLog_Member";
56
- readonly AuditLog_FilterAll: "AuditLog_FilterAll";
57
- readonly AuditLog_NoEntries: "AuditLog_NoEntries";
58
- readonly AuditLog_Error: "AuditLog_Error";
59
- readonly Breadcrumb_BrightPass: "Breadcrumb_BrightPass";
60
- readonly Breadcrumb_VaultTemplate: "Breadcrumb_VaultTemplate";
61
- readonly Breadcrumb_AuditLog: "Breadcrumb_AuditLog";
62
- readonly Breadcrumb_PasswordGenerator: "Breadcrumb_PasswordGenerator";
63
- readonly Breadcrumb_Tools: "Breadcrumb_Tools";
64
- readonly VaultList_ConfirmDelete: "VaultList_ConfirmDelete";
65
- readonly VaultList_ConfirmDeleteMessageTemplate: "VaultList_ConfirmDeleteMessageTemplate";
66
- readonly VaultList_EnterMasterPassword: "VaultList_EnterMasterPassword";
67
- readonly VaultList_ConfirmMasterPassword: "VaultList_ConfirmMasterPassword";
68
- readonly VaultList_PasswordsMustMatch: "VaultList_PasswordsMustMatch";
69
- readonly VaultList_Cancel: "VaultList_Cancel";
70
- readonly VaultList_Confirm: "VaultList_Confirm";
71
- readonly VaultList_Unlock: "VaultList_Unlock";
72
- readonly VaultList_UnlockVault: "VaultList_UnlockVault";
73
- readonly Validation_VaultNameMinLengthTemplate: "Validation_VaultNameMinLengthTemplate";
74
- readonly Validation_VaultNameMaxLengthTemplate: "Validation_VaultNameMaxLengthTemplate";
75
- readonly Validation_VaultNameRequired: "Validation_VaultNameRequired";
76
- readonly Validation_PasswordMinLengthTemplate: "Validation_PasswordMinLengthTemplate";
77
- readonly Validation_PasswordUppercase: "Validation_PasswordUppercase";
78
- readonly Validation_PasswordLowercase: "Validation_PasswordLowercase";
79
- readonly Validation_PasswordNumber: "Validation_PasswordNumber";
80
- readonly Validation_PasswordSpecialChar: "Validation_PasswordSpecialChar";
81
- readonly Validation_PasswordRequired: "Validation_PasswordRequired";
82
- readonly Validation_ConfirmPasswordRequired: "Validation_ConfirmPasswordRequired";
83
- readonly EntryDetail_Title: "EntryDetail_Title";
84
- readonly EntryDetail_Edit: "EntryDetail_Edit";
85
- readonly EntryDetail_Delete: "EntryDetail_Delete";
86
- readonly EntryDetail_ConfirmDelete: "EntryDetail_ConfirmDelete";
87
- readonly EntryDetail_ConfirmDeleteMessage: "EntryDetail_ConfirmDeleteMessage";
88
- readonly EntryDetail_Username: "EntryDetail_Username";
89
- readonly EntryDetail_Password: "EntryDetail_Password";
90
- readonly EntryDetail_SiteUrl: "EntryDetail_SiteUrl";
91
- readonly EntryDetail_TotpSecret: "EntryDetail_TotpSecret";
92
- readonly EntryDetail_Content: "EntryDetail_Content";
93
- readonly EntryDetail_CardholderName: "EntryDetail_CardholderName";
94
- readonly EntryDetail_CardNumber: "EntryDetail_CardNumber";
95
- readonly EntryDetail_ExpirationDate: "EntryDetail_ExpirationDate";
96
- readonly EntryDetail_CVV: "EntryDetail_CVV";
97
- readonly EntryDetail_FirstName: "EntryDetail_FirstName";
98
- readonly EntryDetail_LastName: "EntryDetail_LastName";
99
- readonly EntryDetail_Email: "EntryDetail_Email";
100
- readonly EntryDetail_Phone: "EntryDetail_Phone";
101
- readonly EntryDetail_Address: "EntryDetail_Address";
102
- readonly EntryDetail_Notes: "EntryDetail_Notes";
103
- readonly EntryDetail_Tags: "EntryDetail_Tags";
104
- readonly EntryDetail_CreatedAt: "EntryDetail_CreatedAt";
105
- readonly EntryDetail_UpdatedAt: "EntryDetail_UpdatedAt";
106
- readonly EntryDetail_BreachWarningTemplate: "EntryDetail_BreachWarningTemplate";
107
- readonly EntryDetail_BreachSafe: "EntryDetail_BreachSafe";
108
- readonly EntryDetail_ShowPassword: "EntryDetail_ShowPassword";
109
- readonly EntryDetail_HidePassword: "EntryDetail_HidePassword";
110
- readonly EntryDetail_Cancel: "EntryDetail_Cancel";
111
- readonly EntryForm_Title_Create: "EntryForm_Title_Create";
112
- readonly EntryForm_Title_Edit: "EntryForm_Title_Edit";
113
- readonly EntryForm_FieldTitle: "EntryForm_FieldTitle";
114
- readonly EntryForm_FieldNotes: "EntryForm_FieldNotes";
115
- readonly EntryForm_FieldTags: "EntryForm_FieldTags";
116
- readonly EntryForm_FieldFavorite: "EntryForm_FieldFavorite";
117
- readonly EntryForm_Save: "EntryForm_Save";
118
- readonly EntryForm_Cancel: "EntryForm_Cancel";
119
- readonly EntryForm_GeneratePassword: "EntryForm_GeneratePassword";
120
- readonly EntryForm_TotpSecretHelp: "EntryForm_TotpSecretHelp";
121
- readonly SearchBar_Placeholder: "SearchBar_Placeholder";
122
- readonly SearchBar_FilterFavorites: "SearchBar_FilterFavorites";
123
- readonly SearchBar_NoResults: "SearchBar_NoResults";
124
- readonly Emergency_Title: "Emergency_Title";
125
- readonly Emergency_Configure: "Emergency_Configure";
126
- readonly Emergency_Recover: "Emergency_Recover";
127
- readonly Emergency_Threshold: "Emergency_Threshold";
128
- readonly Emergency_Trustees: "Emergency_Trustees";
129
- readonly Emergency_Shares: "Emergency_Shares";
130
- readonly Emergency_InsufficientSharesTemplate: "Emergency_InsufficientSharesTemplate";
131
- readonly Emergency_InvalidThreshold: "Emergency_InvalidThreshold";
132
- readonly Emergency_Close: "Emergency_Close";
133
- readonly Emergency_Error: "Emergency_Error";
134
- readonly Emergency_Success: "Emergency_Success";
135
- readonly Share_Title: "Share_Title";
136
- readonly Share_SearchMembers: "Share_SearchMembers";
137
- readonly Share_Add: "Share_Add";
138
- readonly Share_Revoke: "Share_Revoke";
139
- readonly Share_CurrentRecipients: "Share_CurrentRecipients";
140
- readonly Share_NoRecipients: "Share_NoRecipients";
141
- readonly Share_Close: "Share_Close";
142
- readonly Share_Error: "Share_Error";
143
- readonly Import_Title: "Import_Title";
144
- readonly Import_SelectFormat: "Import_SelectFormat";
145
- readonly Import_Upload: "Import_Upload";
146
- readonly Import_Import: "Import_Import";
147
- readonly Import_Close: "Import_Close";
148
- readonly Import_Summary: "Import_Summary";
149
- readonly Import_ImportedTemplate: "Import_ImportedTemplate";
150
- readonly Import_SkippedTemplate: "Import_SkippedTemplate";
151
- readonly Import_ErrorsTemplate: "Import_ErrorsTemplate";
152
- readonly Import_InvalidFormat: "Import_InvalidFormat";
153
- readonly Import_Error: "Import_Error";
154
- readonly Error_InvalidMasterPassword: "Error_InvalidMasterPassword";
155
- readonly Error_VaultNotFound: "Error_VaultNotFound";
156
- readonly Error_Unauthorized: "Error_Unauthorized";
157
- readonly Error_Generic: "Error_Generic";
158
- }>;
159
- export type BrightPassStringKey = BrandedStringKeyValue<typeof BrightPassStrings>;
160
- export type BrightPassStringKeyValue = BrightPassStringKey;
161
- //# sourceMappingURL=brightPassStrings.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"brightPassStrings.d.ts","sourceRoot":"","sources":["../../../../../brightchain-lib/src/lib/enumerations/brightPassStrings.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,qBAAqB,EAEtB,MAAM,2BAA2B,CAAC;AAEnC,eAAO,MAAM,qBAAqB,eAAe,CAAC;AAElD,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgMnB,CAAC;AAEZ,MAAM,MAAM,mBAAmB,GAAG,qBAAqB,CACrD,OAAO,iBAAiB,CACzB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG,mBAAmB,CAAC"}