profile-pane 3.2.0 → 3.2.2-test.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +50 -0
- package/icons-png/discord.png +0 -0
- package/icons-png/dribbble.png +0 -0
- package/icons-png/facebook.png +0 -0
- package/icons-png/instagram.png +0 -0
- package/icons-png/linkedin.png +0 -0
- package/icons-png/pinterest.png +0 -0
- package/icons-png/sharechat.png +0 -0
- package/icons-png/signup.png +0 -0
- package/icons-png/snapchat.png +0 -0
- package/icons-png/spotify.png +0 -0
- package/icons-png/telegram.png +0 -0
- package/icons-png/tiktok.png +0 -0
- package/icons-png/whatsapp.png +0 -0
- package/icons-png/x.png +0 -0
- package/icons-png/youtube.png +0 -0
- package/lib/303.profile-pane.js +1362 -0
- package/lib/303.profile-pane.js.map +1 -0
- package/lib/303.profile-pane.min.js +2 -0
- package/lib/303.profile-pane.min.js.map +1 -0
- package/lib/ProfileView.css +1090 -0
- package/lib/ProfileView.d.ts +2 -1
- package/lib/ProfileView.d.ts.map +1 -1
- package/lib/ProfileView.js +64 -36
- package/lib/buttonsHelper.d.ts +1 -1
- package/lib/buttonsHelper.d.ts.map +1 -1
- package/lib/buttonsHelper.js +2 -1
- package/lib/editProfilePane/EditCVCard.js +1 -1
- package/lib/editProfilePane/EditCommunitiesCard.js +1 -1
- package/lib/editProfilePane/EditFriendsCard.js +1 -1
- package/lib/editProfilePane/EditProfileView.d.ts +1 -1
- package/lib/editProfilePane/EditProfileView.d.ts.map +1 -1
- package/lib/editProfilePane/EditProfileView.js +4 -5
- package/lib/editProfilePane/editProfilePresenter.d.ts.map +1 -1
- package/lib/editProfilePane/editProfilePresenter.js +5 -4
- package/lib/icons-svg/profileIcons.d.ts +1 -1
- package/lib/icons-svg/profileIcons.d.ts.map +1 -1
- package/lib/icons-svg/profileIcons.js +9 -17
- package/lib/index.d.ts +1 -8
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +74 -40
- package/lib/ontology/otherPreferencesForm.ttl +32 -0
- package/lib/ontology/resumeForm.ttl +349 -0
- package/lib/ontology/socialMedia.ttl +433 -0
- package/lib/profile-pane.js +32266 -13247
- package/lib/profile-pane.js.map +1 -1
- package/lib/profile-pane.min.js +2315 -935
- package/lib/profile-pane.min.js.map +1 -1
- package/lib/rdfFormsHelper.d.ts +13 -1
- package/lib/rdfFormsHelper.d.ts.map +1 -1
- package/lib/rdfFormsHelper.js +13 -1
- package/lib/sections/bio/BioEditDialog.d.ts.map +1 -1
- package/lib/sections/bio/BioEditDialog.js +7 -7
- package/lib/sections/bio/BioSection.css +300 -0
- package/lib/sections/bio/BioSection.d.ts +3 -2
- package/lib/sections/bio/BioSection.d.ts.map +1 -1
- package/lib/sections/bio/BioSection.js +26 -19
- package/lib/sections/bio/mutations.d.ts.map +1 -1
- package/lib/sections/bio/mutations.js +14 -3
- package/lib/sections/contactInfo/ContactInfoEditDialog.css +354 -0
- package/lib/sections/contactInfo/ContactInfoEditDialog.d.ts +3 -1
- package/lib/sections/contactInfo/ContactInfoEditDialog.d.ts.map +1 -1
- package/lib/sections/contactInfo/ContactInfoEditDialog.js +183 -98
- package/lib/sections/contactInfo/ContactInfoSection.css +125 -0
- package/lib/sections/contactInfo/ContactInfoSection.d.ts +2 -0
- package/lib/sections/contactInfo/ContactInfoSection.d.ts.map +1 -1
- package/lib/sections/contactInfo/ContactInfoSection.js +64 -41
- package/lib/sections/contactInfo/mutations.d.ts.map +1 -1
- package/lib/sections/contactInfo/mutations.js +51 -16
- package/lib/sections/education/EducationEditDialog.d.ts +3 -1
- package/lib/sections/education/EducationEditDialog.d.ts.map +1 -1
- package/lib/sections/education/EducationEditDialog.js +170 -92
- package/lib/sections/education/EducationSection.css +133 -0
- package/lib/sections/education/EducationSection.d.ts +3 -2
- package/lib/sections/education/EducationSection.d.ts.map +1 -1
- package/lib/sections/education/EducationSection.js +32 -25
- package/lib/sections/education/mutations.d.ts.map +1 -1
- package/lib/sections/education/mutations.js +14 -3
- package/lib/sections/heading/HeadingEditDialog.d.ts +4 -1
- package/lib/sections/heading/HeadingEditDialog.d.ts.map +1 -1
- package/lib/sections/heading/HeadingEditDialog.js +287 -162
- package/lib/sections/heading/HeadingSection.css +862 -0
- package/lib/sections/heading/HeadingSection.d.ts +3 -2
- package/lib/sections/heading/HeadingSection.d.ts.map +1 -1
- package/lib/sections/heading/HeadingSection.js +63 -32
- package/lib/sections/heading/imageHelpers.d.ts +1 -0
- package/lib/sections/heading/imageHelpers.d.ts.map +1 -1
- package/lib/sections/heading/imageHelpers.js +40 -1
- package/lib/sections/heading/mutations.d.ts.map +1 -1
- package/lib/sections/heading/mutations.js +86 -23
- package/lib/sections/heading/selectors.d.ts.map +1 -1
- package/lib/sections/heading/selectors.js +14 -3
- package/lib/sections/heading/types.d.ts +1 -2
- package/lib/sections/heading/types.d.ts.map +1 -1
- package/lib/sections/languages/LanguageEditDialog.d.ts +3 -1
- package/lib/sections/languages/LanguageEditDialog.d.ts.map +1 -1
- package/lib/sections/languages/LanguageEditDialog.js +202 -119
- package/lib/sections/languages/LanguageSection.css +53 -0
- package/lib/sections/languages/LanguageSection.d.ts +2 -0
- package/lib/sections/languages/LanguageSection.d.ts.map +1 -1
- package/lib/sections/languages/LanguageSection.js +42 -31
- package/lib/sections/languages/mutations.d.ts.map +1 -1
- package/lib/sections/languages/mutations.js +60 -161
- package/lib/sections/languages/selectors.d.ts.map +1 -1
- package/lib/sections/languages/selectors.js +1 -2
- package/lib/sections/projects/ProjectEditDialog.d.ts +2 -1
- package/lib/sections/projects/ProjectEditDialog.d.ts.map +1 -1
- package/lib/sections/projects/ProjectEditDialog.js +13 -24
- package/lib/sections/projects/ProjectSection.css +368 -0
- package/lib/sections/projects/ProjectSection.d.ts +2 -1
- package/lib/sections/projects/ProjectSection.d.ts.map +1 -1
- package/lib/sections/projects/ProjectSection.js +116 -34
- package/lib/sections/projects/mutations.d.ts.map +1 -1
- package/lib/sections/projects/mutations.js +109 -132
- package/lib/sections/projects/selectors.d.ts.map +1 -1
- package/lib/sections/projects/selectors.js +4 -45
- package/lib/{QRCodeCard.d.ts → sections/qrcode/QRCodeCard.d.ts} +2 -1
- package/lib/sections/qrcode/QRCodeCard.d.ts.map +1 -0
- package/lib/{QRCodeCard.js → sections/qrcode/QRCodeCard.js} +59 -11
- package/lib/sections/qrcode/QRCodeSection.css +108 -0
- package/lib/sections/qrcode/QRCodeSection.d.ts +4 -0
- package/lib/sections/qrcode/QRCodeSection.d.ts.map +1 -0
- package/lib/sections/qrcode/QRCodeSection.js +17 -0
- package/lib/sections/resume/ResumeEditDialog.d.ts +10 -1
- package/lib/sections/resume/ResumeEditDialog.d.ts.map +1 -1
- package/lib/sections/resume/ResumeEditDialog.js +531 -149
- package/lib/sections/resume/ResumeSection.css +350 -0
- package/lib/sections/resume/ResumeSection.d.ts +3 -2
- package/lib/sections/resume/ResumeSection.d.ts.map +1 -1
- package/lib/sections/resume/ResumeSection.js +78 -49
- package/lib/sections/resume/mutations.d.ts.map +1 -1
- package/lib/sections/resume/mutations.js +17 -3
- package/lib/sections/resume/selectors.d.ts.map +1 -1
- package/lib/sections/resume/selectors.js +1 -0
- package/lib/sections/resume/types.d.ts +1 -0
- package/lib/sections/resume/types.d.ts.map +1 -1
- package/lib/sections/shared/collapsibleSection.d.ts.map +1 -1
- package/lib/sections/shared/collapsibleSection.js +1 -0
- package/lib/sections/shared/phoneCountries.d.ts +1 -1
- package/lib/sections/shared/phoneCountries.d.ts.map +1 -1
- package/lib/sections/shared/phoneCountries.js +2 -2
- package/lib/sections/shared/projectCommunityNodes.d.ts +6 -0
- package/lib/sections/shared/projectCommunityNodes.d.ts.map +1 -0
- package/lib/sections/shared/projectCommunityNodes.js +56 -0
- package/lib/sections/shared/rdfMutationHelpers.d.ts +35 -2
- package/lib/sections/shared/rdfMutationHelpers.d.ts.map +1 -1
- package/lib/sections/shared/rdfMutationHelpers.js +290 -14
- package/lib/sections/shared/sectionCardHelpers.d.ts.map +1 -1
- package/lib/sections/shared/sectionCardHelpers.js +80 -11
- package/lib/sections/shared/types.d.ts +24 -0
- package/lib/sections/shared/types.d.ts.map +1 -1
- package/lib/sections/skills/SkillsEditDialog.d.ts +3 -1
- package/lib/sections/skills/SkillsEditDialog.d.ts.map +1 -1
- package/lib/sections/skills/SkillsEditDialog.js +136 -115
- package/lib/sections/skills/SkillsSection.css +173 -0
- package/lib/sections/skills/SkillsSection.d.ts +2 -0
- package/lib/sections/skills/SkillsSection.d.ts.map +1 -1
- package/lib/sections/skills/SkillsSection.js +107 -47
- package/lib/sections/skills/mutations.d.ts.map +1 -1
- package/lib/sections/skills/mutations.js +25 -21
- package/lib/sections/skills/selectors.d.ts.map +1 -1
- package/lib/sections/skills/selectors.js +5 -3
- package/lib/sections/social/SocialEditDialog.d.ts +3 -1
- package/lib/sections/social/SocialEditDialog.d.ts.map +1 -1
- package/lib/sections/social/SocialEditDialog.js +170 -62
- package/lib/sections/social/SocialSection.css +194 -0
- package/lib/sections/social/SocialSection.d.ts +4 -3
- package/lib/sections/social/SocialSection.d.ts.map +1 -1
- package/lib/sections/social/SocialSection.js +59 -43
- package/lib/sections/social/mutations.d.ts.map +1 -1
- package/lib/sections/social/mutations.js +23 -132
- package/lib/specialButtons/AddMeToYourFriends.css +54 -0
- package/lib/specialButtons/addContact/AddMeToYourContacts.css +1118 -0
- package/lib/specialButtons/addContact/ContactCreationDialog.d.ts +10 -0
- package/lib/specialButtons/addContact/ContactCreationDialog.d.ts.map +1 -0
- package/lib/specialButtons/addContact/ContactCreationDialog.js +1123 -0
- package/lib/specialButtons/addContact/addMeToYourContacts.d.ts +16 -0
- package/lib/specialButtons/addContact/addMeToYourContacts.d.ts.map +1 -0
- package/lib/specialButtons/addContact/addMeToYourContacts.js +136 -0
- package/lib/specialButtons/addContact/contactsErrors.d.ts +8 -0
- package/lib/specialButtons/addContact/contactsErrors.d.ts.map +1 -0
- package/lib/specialButtons/addContact/contactsErrors.js +106 -0
- package/lib/specialButtons/addContact/contactsTypes.d.ts +43 -0
- package/lib/specialButtons/addContact/contactsTypes.d.ts.map +1 -0
- package/lib/specialButtons/addContact/contactsTypes.js +5 -0
- package/lib/specialButtons/addContact/helpers.d.ts +7 -0
- package/lib/specialButtons/addContact/helpers.d.ts.map +1 -0
- package/lib/specialButtons/addContact/helpers.js +103 -0
- package/lib/specialButtons/addContact/mutations.d.ts +16 -0
- package/lib/specialButtons/addContact/mutations.d.ts.map +1 -0
- package/lib/specialButtons/addContact/mutations.js +300 -0
- package/lib/specialButtons/addContact/selectors.d.ts +10 -0
- package/lib/specialButtons/addContact/selectors.d.ts.map +1 -0
- package/lib/specialButtons/addContact/selectors.js +163 -0
- package/lib/{addMeToYourFriends.d.ts → specialButtons/addMeToYourFriends.d.ts} +6 -4
- package/lib/specialButtons/addMeToYourFriends.d.ts.map +1 -0
- package/lib/{addMeToYourFriends.js → specialButtons/addMeToYourFriends.js} +46 -11
- package/lib/styles/CollapsibleSection.css +519 -0
- package/lib/styles/EditDialogs.css +506 -686
- package/lib/styles/EditDialogs.responsive.css +989 -0
- package/lib/texts/buttonTexts.d.ts +9 -0
- package/lib/texts/buttonTexts.d.ts.map +1 -0
- package/lib/texts/buttonTexts.js +14 -0
- package/lib/texts/dialogTexts.d.ts +14 -0
- package/lib/texts/dialogTexts.d.ts.map +1 -0
- package/lib/texts/dialogTexts.js +19 -0
- package/lib/texts/messageTexts.d.ts +42 -0
- package/lib/texts/messageTexts.d.ts.map +1 -0
- package/lib/texts/messageTexts.js +47 -0
- package/lib/texts/profileTexts.d.ts +14 -0
- package/lib/texts/profileTexts.d.ts.map +1 -0
- package/lib/texts/profileTexts.js +19 -0
- package/lib/texts/qrCodeTexts.d.ts +2 -0
- package/lib/texts/qrCodeTexts.d.ts.map +1 -0
- package/lib/texts/qrCodeTexts.js +7 -0
- package/lib/texts.d.ts +5 -60
- package/lib/texts.d.ts.map +1 -1
- package/lib/texts.js +55 -70
- package/lib/ui/dialog.css +233 -0
- package/lib/ui/dialog.d.ts +15 -1
- package/lib/ui/dialog.d.ts.map +1 -1
- package/lib/ui/dialog.js +245 -45
- package/lib/ui/dialog.responsive.css +195 -0
- package/lib/ui/errors.d.ts.map +1 -1
- package/lib/ui/errors.js +2 -1
- package/lib/ui/spinner.d.ts +3 -0
- package/lib/ui/spinner.d.ts.map +1 -0
- package/lib/ui/spinner.js +13 -0
- package/lib/utils/debug.d.ts +5 -0
- package/lib/utils/debug.d.ts.map +1 -0
- package/lib/utils/debug.js +23 -0
- package/lib/utils/errorDisplay.d.ts +2 -0
- package/lib/utils/errorDisplay.d.ts.map +1 -0
- package/lib/utils/errorDisplay.js +19 -0
- package/package.json +34 -26
- package/lib/ChatWithMe.d.ts +0 -7
- package/lib/ChatWithMe.d.ts.map +0 -1
- package/lib/ChatWithMe.js +0 -90
- package/lib/QRCodeCard.d.ts.map +0 -1
- package/lib/addMeToYourFriends.d.ts.map +0 -1
- package/lib/sections/heading/camera.d.ts +0 -19
- package/lib/sections/heading/camera.d.ts.map +0 -1
- package/lib/sections/heading/camera.js +0 -199
- package/lib/styles/BioSection.css +0 -77
- package/lib/styles/CVCard.css +0 -142
- package/lib/styles/ChatWithMe.css +0 -6
- package/lib/styles/ContactInfoEditDialog.css +0 -153
- package/lib/styles/EducationCard.css +0 -103
- package/lib/styles/HeadingSection.css +0 -309
- package/lib/styles/ProfileCard.css +0 -66
- package/lib/styles/ProfileView.css +0 -65
- package/lib/styles/ProjectsCard.css +0 -206
- package/lib/styles/QRCodeCard.css +0 -43
- package/lib/styles/SocialCard.css +0 -89
- package/lib/styles/dialog.css +0 -209
- package/lib/styles/utilities.css +0 -740
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const addMeToYourFriendsButtonText = "Add as friend";
|
|
2
|
+
export declare const logInAddMeToYourFriendsButtonText = "Log in to add as friend";
|
|
3
|
+
export declare const addMeToYourContactsButtonText = "Add as Contact";
|
|
4
|
+
export declare const logInAddMeToYourContactsButtonText = "Login to add me to your contacts";
|
|
5
|
+
export declare const logInToChatWithMeButtonText = "Login to chat with me";
|
|
6
|
+
export declare const friendExistsAlreadyButtonText = "Already a friend";
|
|
7
|
+
export declare const contactExistsAlreadyButtonText = "Already part of contacts";
|
|
8
|
+
export declare const contactExistsAlreadyByNameButtonText = "Add webID to contact";
|
|
9
|
+
//# sourceMappingURL=buttonTexts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buttonTexts.d.ts","sourceRoot":"","sources":["../../src/texts/buttonTexts.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,4BAA4B,kBAAkB,CAAA;AAC3D,eAAO,MAAM,iCAAiC,4BAA4B,CAAA;AAC1E,eAAO,MAAM,6BAA6B,mBAAmB,CAAA;AAC7D,eAAO,MAAM,kCAAkC,qCAAqC,CAAA;AACpF,eAAO,MAAM,2BAA2B,0BAA0B,CAAA;AAClE,eAAO,MAAM,6BAA6B,qBAAqB,CAAA;AAC/D,eAAO,MAAM,8BAA8B,6BAA6B,CAAA;AACxE,eAAO,MAAM,oCAAoC,yBAAyB,CAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.logInToChatWithMeButtonText = exports.logInAddMeToYourFriendsButtonText = exports.logInAddMeToYourContactsButtonText = exports.friendExistsAlreadyButtonText = exports.contactExistsAlreadyByNameButtonText = exports.contactExistsAlreadyButtonText = exports.addMeToYourFriendsButtonText = exports.addMeToYourContactsButtonText = void 0;
|
|
7
|
+
const addMeToYourFriendsButtonText = exports.addMeToYourFriendsButtonText = 'Add as friend';
|
|
8
|
+
const logInAddMeToYourFriendsButtonText = exports.logInAddMeToYourFriendsButtonText = 'Log in to add as friend';
|
|
9
|
+
const addMeToYourContactsButtonText = exports.addMeToYourContactsButtonText = 'Add as Contact';
|
|
10
|
+
const logInAddMeToYourContactsButtonText = exports.logInAddMeToYourContactsButtonText = 'Login to add me to your contacts';
|
|
11
|
+
const logInToChatWithMeButtonText = exports.logInToChatWithMeButtonText = 'Login to chat with me';
|
|
12
|
+
const friendExistsAlreadyButtonText = exports.friendExistsAlreadyButtonText = 'Already a friend';
|
|
13
|
+
const contactExistsAlreadyButtonText = exports.contactExistsAlreadyButtonText = 'Already part of contacts';
|
|
14
|
+
const contactExistsAlreadyByNameButtonText = exports.contactExistsAlreadyByNameButtonText = 'Add webID to contact';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const editSkillsDialogTitleText = "Edit Skills";
|
|
2
|
+
export declare const editLanguagesDialogTitleText = "Edit Languages";
|
|
3
|
+
export declare const editContactInfoDialogTitleText = "Edit More Contacts";
|
|
4
|
+
export declare const editResumeDialogTitleText = "Edit Resume";
|
|
5
|
+
export declare const editEducationDialogTitleText = "Edit Education";
|
|
6
|
+
export declare const editProjectsDialogTitleText = "Add Projects & Communities";
|
|
7
|
+
export declare const editHeadingDialogTitleText = "Edit Heading";
|
|
8
|
+
export declare const editSocialDialogTitleText = "Edit Social Links";
|
|
9
|
+
export declare const editBioDialogTitleText = "Edit Bio";
|
|
10
|
+
export declare const dialogSubmitLabelText = "Save Changes";
|
|
11
|
+
export declare const dialogCancelLabelText = "Cancel";
|
|
12
|
+
export declare const pasteEntryButtonTitleText = "Paste";
|
|
13
|
+
export declare const deleteEntryButtonTitleText = "Delete entry";
|
|
14
|
+
//# sourceMappingURL=dialogTexts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dialogTexts.d.ts","sourceRoot":"","sources":["../../src/texts/dialogTexts.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,yBAAyB,gBAAgB,CAAA;AACtD,eAAO,MAAM,4BAA4B,mBAAmB,CAAA;AAC5D,eAAO,MAAM,8BAA8B,uBAAuB,CAAA;AAClE,eAAO,MAAM,yBAAyB,gBAAgB,CAAA;AACtD,eAAO,MAAM,4BAA4B,mBAAmB,CAAA;AAC5D,eAAO,MAAM,2BAA2B,+BAA+B,CAAA;AACvE,eAAO,MAAM,0BAA0B,iBAAiB,CAAA;AACxD,eAAO,MAAM,yBAAyB,sBAAsB,CAAA;AAC5D,eAAO,MAAM,sBAAsB,aAAa,CAAA;AAChD,eAAO,MAAM,qBAAqB,iBAAiB,CAAA;AACnD,eAAO,MAAM,qBAAqB,WAAW,CAAA;AAC7C,eAAO,MAAM,yBAAyB,UAAU,CAAA;AAChD,eAAO,MAAM,0BAA0B,iBAAiB,CAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.pasteEntryButtonTitleText = exports.editSocialDialogTitleText = exports.editSkillsDialogTitleText = exports.editResumeDialogTitleText = exports.editProjectsDialogTitleText = exports.editLanguagesDialogTitleText = exports.editHeadingDialogTitleText = exports.editEducationDialogTitleText = exports.editContactInfoDialogTitleText = exports.editBioDialogTitleText = exports.dialogSubmitLabelText = exports.dialogCancelLabelText = exports.deleteEntryButtonTitleText = void 0;
|
|
7
|
+
const editSkillsDialogTitleText = exports.editSkillsDialogTitleText = 'Edit Skills';
|
|
8
|
+
const editLanguagesDialogTitleText = exports.editLanguagesDialogTitleText = 'Edit Languages';
|
|
9
|
+
const editContactInfoDialogTitleText = exports.editContactInfoDialogTitleText = 'Edit More Contacts';
|
|
10
|
+
const editResumeDialogTitleText = exports.editResumeDialogTitleText = 'Edit Resume';
|
|
11
|
+
const editEducationDialogTitleText = exports.editEducationDialogTitleText = 'Edit Education';
|
|
12
|
+
const editProjectsDialogTitleText = exports.editProjectsDialogTitleText = 'Add Projects & Communities';
|
|
13
|
+
const editHeadingDialogTitleText = exports.editHeadingDialogTitleText = 'Edit Heading';
|
|
14
|
+
const editSocialDialogTitleText = exports.editSocialDialogTitleText = 'Edit Social Links';
|
|
15
|
+
const editBioDialogTitleText = exports.editBioDialogTitleText = 'Edit Bio';
|
|
16
|
+
const dialogSubmitLabelText = exports.dialogSubmitLabelText = 'Save Changes';
|
|
17
|
+
const dialogCancelLabelText = exports.dialogCancelLabelText = 'Cancel';
|
|
18
|
+
const pasteEntryButtonTitleText = exports.pasteEntryButtonTitleText = 'Paste';
|
|
19
|
+
const deleteEntryButtonTitleText = exports.deleteEntryButtonTitleText = 'Delete entry';
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
export declare const userNotLoggedInErrorMessage = "Current user not found! Not logged in?";
|
|
2
|
+
export declare const friendWasAddedSuccesMessage = "Friend was added!";
|
|
3
|
+
export declare const contactWasAddedSuccesMessage = "Contact was added!";
|
|
4
|
+
export declare const friendExistsMessage = "Friend already exists";
|
|
5
|
+
export declare const contactExistsMessage = "Contact already exists";
|
|
6
|
+
export declare const loadingMessage = "Loading...";
|
|
7
|
+
export declare const groupIsRequired = "You need to either pick a group or enter one.";
|
|
8
|
+
export declare const errorGroupCreation = "Unable to create the group.";
|
|
9
|
+
export declare const errorContactCreation = "Unable to add the contact.";
|
|
10
|
+
export declare const errorAddressBookCreation = "Unable to create your address book.";
|
|
11
|
+
export declare const errorReadingAddressBook = "There was an error reading your address book.";
|
|
12
|
+
export declare const errorLoadingContact = "There was an error loading the contact: ";
|
|
13
|
+
export declare const errorGettingAddressBooks = "There was an error getting your address books.";
|
|
14
|
+
export declare const errorNotExistsAddressBookUri = "Please enter an address book URI.";
|
|
15
|
+
export declare const errorProcessingUriAddressBook = "Unable to add your address book.";
|
|
16
|
+
export declare const errorUnableToDetermineUserWorkspace = "Unable to determine user workspace for new address book.";
|
|
17
|
+
export declare const errorAddingContactWebIDToAddressBook = "Contact webID was not saved.";
|
|
18
|
+
export declare const ownerLoginRequiredDialogMessageText = "You need to log in as the profile owner to save contact updates.";
|
|
19
|
+
export declare const saveContactUpdatesFailedMessageText = "Unable to save your contact information.";
|
|
20
|
+
export declare const saveHeadingUpdatesFailedMessageText = "Unable to save your heading information.";
|
|
21
|
+
export declare const saveLanguageUpdatesFailedMessageText = "Unable to save your languages.";
|
|
22
|
+
export declare const saveSkillsUpdatesFailedMessageText = "Unable to save your skills.";
|
|
23
|
+
export declare const saveResumeUpdatesFailedMessageText = "Unable to save your resume.";
|
|
24
|
+
export declare const saveEducationUpdatesFailedMessageText = "Unable to save your education history.";
|
|
25
|
+
export declare const saveProjectsUpdatesFailedMessageText = "Unable to save your project data.";
|
|
26
|
+
export declare const unfollowProjectFailedMessageText = "Unable to unfollow the project.";
|
|
27
|
+
export declare const saveSocialUpdatesFailedMessageText = "Unable to save your social accounts.";
|
|
28
|
+
export declare const saveBioUpdatesFailedMessageText = "Unable to save your bio.";
|
|
29
|
+
export declare const bioMutationSaveFailedDebugText = "Bio mutation save failed";
|
|
30
|
+
export declare const addContactWebIdSaveFailedDebugText = "Add contact WebID save failed";
|
|
31
|
+
export declare const contactInfoMutationSaveFailedDebugText = "Contact info mutation save failed";
|
|
32
|
+
export declare const educationMutationSaveFailedDebugText = "Education mutation save failed";
|
|
33
|
+
export declare const headingMutationSaveFailedDebugText = "Heading mutation save failed";
|
|
34
|
+
export declare const languageMutationSaveFailedDebugText = "Language mutation save failed";
|
|
35
|
+
export declare const projectsMutationSaveFailedDebugText = "Projects mutation save failed";
|
|
36
|
+
export declare const resumeMutationSaveFailedDebugText = "Resume mutation save failed";
|
|
37
|
+
export declare const skillsMutationSaveFailedDebugText = "Skills mutation save failed";
|
|
38
|
+
export declare const socialMutationSaveFailedDebugText = "Social mutation save failed";
|
|
39
|
+
export declare const resumeUpdateEntryNotFoundErrorMessageText = "Could not find existing resume entry for update. Please reload profile data and try again.";
|
|
40
|
+
export declare const updaterUnsupportedStoreErrorMessageText = "Store does not support updates";
|
|
41
|
+
export declare const fallbackSaveUpdatesErrorMessageText = "Failed to save updates";
|
|
42
|
+
//# sourceMappingURL=messageTexts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"messageTexts.d.ts","sourceRoot":"","sources":["../../src/texts/messageTexts.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,2BAA2B,2CAA2C,CAAA;AACnF,eAAO,MAAM,2BAA2B,sBAAsB,CAAA;AAC9D,eAAO,MAAM,4BAA4B,uBAAuB,CAAA;AAChE,eAAO,MAAM,mBAAmB,0BAA0B,CAAA;AAC1D,eAAO,MAAM,oBAAoB,2BAA2B,CAAA;AAC5D,eAAO,MAAM,cAAc,eAAe,CAAA;AAC1C,eAAO,MAAM,eAAe,kDAAkD,CAAA;AAC9E,eAAO,MAAM,kBAAkB,gCAAgC,CAAA;AAC/D,eAAO,MAAM,oBAAoB,+BAA+B,CAAA;AAChE,eAAO,MAAM,wBAAwB,wCAAwC,CAAA;AAC7E,eAAO,MAAM,uBAAuB,kDAAkD,CAAA;AACtF,eAAO,MAAM,mBAAmB,6CAA6C,CAAA;AAC7E,eAAO,MAAM,wBAAwB,mDAAmD,CAAA;AACxF,eAAO,MAAM,4BAA4B,sCAAsC,CAAA;AAC/E,eAAO,MAAM,6BAA6B,qCAAqC,CAAA;AAC/E,eAAO,MAAM,mCAAmC,6DAA6D,CAAA;AAC7G,eAAO,MAAM,oCAAoC,iCAAiC,CAAA;AAClF,eAAO,MAAM,mCAAmC,qEAAqE,CAAA;AAErH,eAAO,MAAM,mCAAmC,6CAA6C,CAAA;AAC7F,eAAO,MAAM,mCAAmC,6CAA6C,CAAA;AAC7F,eAAO,MAAM,oCAAoC,mCAAmC,CAAA;AACpF,eAAO,MAAM,kCAAkC,gCAAgC,CAAA;AAC/E,eAAO,MAAM,kCAAkC,gCAAgC,CAAA;AAC/E,eAAO,MAAM,qCAAqC,2CAA2C,CAAA;AAC7F,eAAO,MAAM,oCAAoC,sCAAsC,CAAA;AACvF,eAAO,MAAM,gCAAgC,oCAAoC,CAAA;AACjF,eAAO,MAAM,kCAAkC,yCAAyC,CAAA;AACxF,eAAO,MAAM,+BAA+B,6BAA6B,CAAA;AAEzE,eAAO,MAAM,8BAA8B,6BAA6B,CAAA;AACxE,eAAO,MAAM,kCAAkC,kCAAkC,CAAA;AACjF,eAAO,MAAM,sCAAsC,sCAAsC,CAAA;AACzF,eAAO,MAAM,oCAAoC,mCAAmC,CAAA;AACpF,eAAO,MAAM,kCAAkC,iCAAiC,CAAA;AAChF,eAAO,MAAM,mCAAmC,kCAAkC,CAAA;AAClF,eAAO,MAAM,mCAAmC,kCAAkC,CAAA;AAClF,eAAO,MAAM,iCAAiC,gCAAgC,CAAA;AAC9E,eAAO,MAAM,iCAAiC,gCAAgC,CAAA;AAC9E,eAAO,MAAM,iCAAiC,gCAAgC,CAAA;AAC9E,eAAO,MAAM,yCAAyC,+FAA+F,CAAA;AACrJ,eAAO,MAAM,uCAAuC,mCAAmC,CAAA;AACvF,eAAO,MAAM,mCAAmC,2BAA2B,CAAA"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.userNotLoggedInErrorMessage = exports.updaterUnsupportedStoreErrorMessageText = exports.unfollowProjectFailedMessageText = exports.socialMutationSaveFailedDebugText = exports.skillsMutationSaveFailedDebugText = exports.saveSocialUpdatesFailedMessageText = exports.saveSkillsUpdatesFailedMessageText = exports.saveResumeUpdatesFailedMessageText = exports.saveProjectsUpdatesFailedMessageText = exports.saveLanguageUpdatesFailedMessageText = exports.saveHeadingUpdatesFailedMessageText = exports.saveEducationUpdatesFailedMessageText = exports.saveContactUpdatesFailedMessageText = exports.saveBioUpdatesFailedMessageText = exports.resumeUpdateEntryNotFoundErrorMessageText = exports.resumeMutationSaveFailedDebugText = exports.projectsMutationSaveFailedDebugText = exports.ownerLoginRequiredDialogMessageText = exports.loadingMessage = exports.languageMutationSaveFailedDebugText = exports.headingMutationSaveFailedDebugText = exports.groupIsRequired = exports.friendWasAddedSuccesMessage = exports.friendExistsMessage = exports.fallbackSaveUpdatesErrorMessageText = exports.errorUnableToDetermineUserWorkspace = exports.errorReadingAddressBook = exports.errorProcessingUriAddressBook = exports.errorNotExistsAddressBookUri = exports.errorLoadingContact = exports.errorGroupCreation = exports.errorGettingAddressBooks = exports.errorContactCreation = exports.errorAddressBookCreation = exports.errorAddingContactWebIDToAddressBook = exports.educationMutationSaveFailedDebugText = exports.contactWasAddedSuccesMessage = exports.contactInfoMutationSaveFailedDebugText = exports.contactExistsMessage = exports.bioMutationSaveFailedDebugText = exports.addContactWebIdSaveFailedDebugText = void 0;
|
|
7
|
+
const userNotLoggedInErrorMessage = exports.userNotLoggedInErrorMessage = 'Current user not found! Not logged in?';
|
|
8
|
+
const friendWasAddedSuccesMessage = exports.friendWasAddedSuccesMessage = 'Friend was added!';
|
|
9
|
+
const contactWasAddedSuccesMessage = exports.contactWasAddedSuccesMessage = 'Contact was added!';
|
|
10
|
+
const friendExistsMessage = exports.friendExistsMessage = 'Friend already exists';
|
|
11
|
+
const contactExistsMessage = exports.contactExistsMessage = 'Contact already exists';
|
|
12
|
+
const loadingMessage = exports.loadingMessage = 'Loading...';
|
|
13
|
+
const groupIsRequired = exports.groupIsRequired = 'You need to either pick a group or enter one.';
|
|
14
|
+
const errorGroupCreation = exports.errorGroupCreation = 'Unable to create the group.';
|
|
15
|
+
const errorContactCreation = exports.errorContactCreation = 'Unable to add the contact.';
|
|
16
|
+
const errorAddressBookCreation = exports.errorAddressBookCreation = 'Unable to create your address book.';
|
|
17
|
+
const errorReadingAddressBook = exports.errorReadingAddressBook = 'There was an error reading your address book.';
|
|
18
|
+
const errorLoadingContact = exports.errorLoadingContact = 'There was an error loading the contact: ';
|
|
19
|
+
const errorGettingAddressBooks = exports.errorGettingAddressBooks = 'There was an error getting your address books.';
|
|
20
|
+
const errorNotExistsAddressBookUri = exports.errorNotExistsAddressBookUri = 'Please enter an address book URI.';
|
|
21
|
+
const errorProcessingUriAddressBook = exports.errorProcessingUriAddressBook = 'Unable to add your address book.';
|
|
22
|
+
const errorUnableToDetermineUserWorkspace = exports.errorUnableToDetermineUserWorkspace = 'Unable to determine user workspace for new address book.';
|
|
23
|
+
const errorAddingContactWebIDToAddressBook = exports.errorAddingContactWebIDToAddressBook = 'Contact webID was not saved.';
|
|
24
|
+
const ownerLoginRequiredDialogMessageText = exports.ownerLoginRequiredDialogMessageText = 'You need to log in as the profile owner to save contact updates.';
|
|
25
|
+
const saveContactUpdatesFailedMessageText = exports.saveContactUpdatesFailedMessageText = 'Unable to save your contact information.';
|
|
26
|
+
const saveHeadingUpdatesFailedMessageText = exports.saveHeadingUpdatesFailedMessageText = 'Unable to save your heading information.';
|
|
27
|
+
const saveLanguageUpdatesFailedMessageText = exports.saveLanguageUpdatesFailedMessageText = 'Unable to save your languages.';
|
|
28
|
+
const saveSkillsUpdatesFailedMessageText = exports.saveSkillsUpdatesFailedMessageText = 'Unable to save your skills.';
|
|
29
|
+
const saveResumeUpdatesFailedMessageText = exports.saveResumeUpdatesFailedMessageText = 'Unable to save your resume.';
|
|
30
|
+
const saveEducationUpdatesFailedMessageText = exports.saveEducationUpdatesFailedMessageText = 'Unable to save your education history.';
|
|
31
|
+
const saveProjectsUpdatesFailedMessageText = exports.saveProjectsUpdatesFailedMessageText = 'Unable to save your project data.';
|
|
32
|
+
const unfollowProjectFailedMessageText = exports.unfollowProjectFailedMessageText = 'Unable to unfollow the project.';
|
|
33
|
+
const saveSocialUpdatesFailedMessageText = exports.saveSocialUpdatesFailedMessageText = 'Unable to save your social accounts.';
|
|
34
|
+
const saveBioUpdatesFailedMessageText = exports.saveBioUpdatesFailedMessageText = 'Unable to save your bio.';
|
|
35
|
+
const bioMutationSaveFailedDebugText = exports.bioMutationSaveFailedDebugText = 'Bio mutation save failed';
|
|
36
|
+
const addContactWebIdSaveFailedDebugText = exports.addContactWebIdSaveFailedDebugText = 'Add contact WebID save failed';
|
|
37
|
+
const contactInfoMutationSaveFailedDebugText = exports.contactInfoMutationSaveFailedDebugText = 'Contact info mutation save failed';
|
|
38
|
+
const educationMutationSaveFailedDebugText = exports.educationMutationSaveFailedDebugText = 'Education mutation save failed';
|
|
39
|
+
const headingMutationSaveFailedDebugText = exports.headingMutationSaveFailedDebugText = 'Heading mutation save failed';
|
|
40
|
+
const languageMutationSaveFailedDebugText = exports.languageMutationSaveFailedDebugText = 'Language mutation save failed';
|
|
41
|
+
const projectsMutationSaveFailedDebugText = exports.projectsMutationSaveFailedDebugText = 'Projects mutation save failed';
|
|
42
|
+
const resumeMutationSaveFailedDebugText = exports.resumeMutationSaveFailedDebugText = 'Resume mutation save failed';
|
|
43
|
+
const skillsMutationSaveFailedDebugText = exports.skillsMutationSaveFailedDebugText = 'Skills mutation save failed';
|
|
44
|
+
const socialMutationSaveFailedDebugText = exports.socialMutationSaveFailedDebugText = 'Social mutation save failed';
|
|
45
|
+
const resumeUpdateEntryNotFoundErrorMessageText = exports.resumeUpdateEntryNotFoundErrorMessageText = 'Could not find existing resume entry for update. Please reload profile data and try again.';
|
|
46
|
+
const updaterUnsupportedStoreErrorMessageText = exports.updaterUnsupportedStoreErrorMessageText = 'Store does not support updates';
|
|
47
|
+
const fallbackSaveUpdatesErrorMessageText = exports.fallbackSaveUpdatesErrorMessageText = 'Failed to save updates';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const yourContactInformationHeading = "Your profile";
|
|
2
|
+
export declare const otherPreferencesHeadingText = "Other preferences";
|
|
3
|
+
export declare const communitiesHeadingText = "Your communities";
|
|
4
|
+
export declare const resumeHeadingText = "Resume";
|
|
5
|
+
export declare const bioHeadingText = "Bio";
|
|
6
|
+
export declare const educationHeadingText = "Education";
|
|
7
|
+
export declare const skillsHeadingText = "Skills";
|
|
8
|
+
export declare const languagesHeadingText = "Languages";
|
|
9
|
+
export declare const projectsHeadingText = "Projects & Communities";
|
|
10
|
+
export declare const contactInfoHeadingText = "More Contacts";
|
|
11
|
+
export declare const contactInfoEmptyHeadingText = "Contact Info";
|
|
12
|
+
export declare const socialAccountsHeadingText = "Follow me on";
|
|
13
|
+
export declare const friendsHeadingText = "Friends";
|
|
14
|
+
//# sourceMappingURL=profileTexts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"profileTexts.d.ts","sourceRoot":"","sources":["../../src/texts/profileTexts.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,6BAA6B,iBAAiB,CAAA;AAC3D,eAAO,MAAM,2BAA2B,sBAAsB,CAAA;AAC9D,eAAO,MAAM,sBAAsB,qBAAqB,CAAA;AACxD,eAAO,MAAM,iBAAiB,WAAW,CAAA;AACzC,eAAO,MAAM,cAAc,QAAQ,CAAA;AACnC,eAAO,MAAM,oBAAoB,cAAc,CAAA;AAC/C,eAAO,MAAM,iBAAiB,WAAW,CAAA;AACzC,eAAO,MAAM,oBAAoB,cAAc,CAAA;AAC/C,eAAO,MAAM,mBAAmB,2BAA2B,CAAA;AAC3D,eAAO,MAAM,sBAAsB,kBAAkB,CAAA;AACrD,eAAO,MAAM,2BAA2B,iBAAiB,CAAA;AACzD,eAAO,MAAM,yBAAyB,iBAAiB,CAAA;AACvD,eAAO,MAAM,kBAAkB,YAAY,CAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.yourContactInformationHeading = exports.socialAccountsHeadingText = exports.skillsHeadingText = exports.resumeHeadingText = exports.projectsHeadingText = exports.otherPreferencesHeadingText = exports.languagesHeadingText = exports.friendsHeadingText = exports.educationHeadingText = exports.contactInfoHeadingText = exports.contactInfoEmptyHeadingText = exports.communitiesHeadingText = exports.bioHeadingText = void 0;
|
|
7
|
+
const yourContactInformationHeading = exports.yourContactInformationHeading = 'Your profile';
|
|
8
|
+
const otherPreferencesHeadingText = exports.otherPreferencesHeadingText = 'Other preferences';
|
|
9
|
+
const communitiesHeadingText = exports.communitiesHeadingText = 'Your communities';
|
|
10
|
+
const resumeHeadingText = exports.resumeHeadingText = 'Resume';
|
|
11
|
+
const bioHeadingText = exports.bioHeadingText = 'Bio';
|
|
12
|
+
const educationHeadingText = exports.educationHeadingText = 'Education';
|
|
13
|
+
const skillsHeadingText = exports.skillsHeadingText = 'Skills';
|
|
14
|
+
const languagesHeadingText = exports.languagesHeadingText = 'Languages';
|
|
15
|
+
const projectsHeadingText = exports.projectsHeadingText = 'Projects & Communities';
|
|
16
|
+
const contactInfoHeadingText = exports.contactInfoHeadingText = 'More Contacts';
|
|
17
|
+
const contactInfoEmptyHeadingText = exports.contactInfoEmptyHeadingText = 'Contact Info';
|
|
18
|
+
const socialAccountsHeadingText = exports.socialAccountsHeadingText = 'Follow me on';
|
|
19
|
+
const friendsHeadingText = exports.friendsHeadingText = 'Friends';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"qrCodeTexts.d.ts","sourceRoot":"","sources":["../../src/texts/qrCodeTexts.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB,oBAAoB,CAAA"}
|
package/lib/texts.d.ts
CHANGED
|
@@ -1,61 +1,6 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export declare const loadingMessage = "Loading...";
|
|
7
|
-
export declare const addMeToYourFriendsButtonText = "Add as friend";
|
|
8
|
-
export declare const logInAddMeToYourFriendsButtonText = "Log in to add as friend";
|
|
9
|
-
export declare const logInToChatWithMeButtonText = "Login to chat with me";
|
|
10
|
-
export declare const friendExistsAlreadyButtonText = "Already part of friends";
|
|
11
|
-
export declare const chatWithMeButtonText = "Chat with me";
|
|
12
|
-
export declare const yourContactInformationHeading = "Your profile";
|
|
13
|
-
export declare const otherPreferencesHeadingText = "Other preferences";
|
|
14
|
-
export declare const communitiesHeadingText = "Your communities";
|
|
15
|
-
export declare const resumeHeadingText = "Resume";
|
|
16
|
-
export declare const bioHeadingText = "Bio";
|
|
17
|
-
export declare const educationHeadingText = "Education";
|
|
18
|
-
export declare const skillsHeadingText = "Skills";
|
|
19
|
-
export declare const languagesHeadingText = "Languages";
|
|
20
|
-
export declare const projectsHeadingText = "Projects & Communities";
|
|
21
|
-
export declare const contactInfoHeadingText = "More Contacts";
|
|
22
|
-
export declare const contactInfoEmptyHeadingText = "Contact Info";
|
|
23
|
-
export declare const editSkillsDialogTitleText = "Edit Skills";
|
|
24
|
-
export declare const editLanguagesDialogTitleText = "Edit Languages";
|
|
25
|
-
export declare const editContactInfoDialogTitleText = "Edit More Contacts";
|
|
26
|
-
export declare const editResumeDialogTitleText = "Edit Resume";
|
|
27
|
-
export declare const editEducationDialogTitleText = "Edit Education";
|
|
28
|
-
export declare const editProjectsDialogTitleText = "Edit Projects & Communities";
|
|
29
|
-
export declare const editHeadingDialogTitleText = "Edit Heading";
|
|
30
|
-
export declare const editSocialDialogTitleText = "Edit Social Accounts";
|
|
31
|
-
export declare const editBioDialogTitleText = "Edit Bio";
|
|
32
|
-
export declare const dialogSubmitLabelText = "Save Changes";
|
|
33
|
-
export declare const dialogCancelLabelText = "Cancel";
|
|
34
|
-
export declare const pasteEntryButtonTitleText = "Paste";
|
|
35
|
-
export declare const deleteEntryButtonTitleText = "Delete entry";
|
|
36
|
-
export declare const ownerLoginRequiredDialogMessageText = "You need to log in as the profile owner to save contact updates.";
|
|
37
|
-
export declare const loginRequiredDialogTitleText = "Login Required";
|
|
38
|
-
export declare const saveFailedDialogTitleText = "Save Failed";
|
|
39
|
-
export declare const saveContactUpdatesFailedPrefixText = "Could not save contact updates.";
|
|
40
|
-
export declare const saveHeadingUpdatesFailedPrefixText = "Could not save heading updates.";
|
|
41
|
-
export declare const saveLanguageUpdatesFailedPrefixText = "Could not save language updates.";
|
|
42
|
-
export declare const saveResumeUpdatesFailedPrefixText = "Could not save resume updates.";
|
|
43
|
-
export declare const saveEducationUpdatesFailedPrefixText = "Could not save education updates.";
|
|
44
|
-
export declare const saveProjectsUpdatesFailedPrefixText = "Could not save projects updates.";
|
|
45
|
-
export declare const saveSocialUpdatesFailedPrefixText = "Could not save social accounts updates.";
|
|
46
|
-
export declare const saveBioUpdatesFailedPrefixText = "Could not save bio updates.";
|
|
47
|
-
export declare const mutationSaveContactInfoFailedPrefixText = "Failed to save contact info:";
|
|
48
|
-
export declare const mutationSaveLanguagesFailedPrefixText = "Failed to save languages:";
|
|
49
|
-
export declare const mutationSaveSkillsFailedPrefixText = "Failed to save skills:";
|
|
50
|
-
export declare const mutationSaveResumeFailedPrefixText = "Failed to save resume:";
|
|
51
|
-
export declare const mutationEducationFailedPrefixText = "Failed to save education:";
|
|
52
|
-
export declare const mutationBioFailedPrefixText = "Failed to save bio:";
|
|
53
|
-
export declare const resumeUpdateEntryNotFoundErrorMessageText = "Could not find existing resume entry for update. Please reload profile data and try again.";
|
|
54
|
-
export declare const bioUpdateEntryNotFoundErrorMessageText = "Could not find existing bio entry for update. Please reload profile data and try again.";
|
|
55
|
-
export declare const updaterUnsupportedStoreErrorMessageText = "Store does not support updates";
|
|
56
|
-
export declare const fallbackSaveUpdatesErrorMessageText = "Failed to save updates";
|
|
57
|
-
export declare const socialAccountsHeadingText = "Follow me on";
|
|
58
|
-
export declare const sharedItemsHeadingText = "Shared items";
|
|
59
|
-
export declare const friendsHeadingText = "Friends";
|
|
60
|
-
export declare const contactHeadingText = "Contact";
|
|
1
|
+
export * from './texts/buttonTexts';
|
|
2
|
+
export * from './texts/dialogTexts';
|
|
3
|
+
export * from './texts/messageTexts';
|
|
4
|
+
export * from './texts/profileTexts';
|
|
5
|
+
export * from './texts/qrCodeTexts';
|
|
61
6
|
//# sourceMappingURL=texts.d.ts.map
|
package/lib/texts.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"texts.d.ts","sourceRoot":"","sources":["../src/texts.ts"],"names":[],"mappings":"AACA,
|
|
1
|
+
{"version":3,"file":"texts.d.ts","sourceRoot":"","sources":["../src/texts.ts"],"names":[],"mappings":"AACA,cAAc,qBAAqB,CAAA;AACnC,cAAc,qBAAqB,CAAA;AACnC,cAAc,sBAAsB,CAAA;AACpC,cAAc,sBAAsB,CAAA;AACpC,cAAc,qBAAqB,CAAA"}
|
package/lib/texts.js
CHANGED
|
@@ -3,73 +3,58 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
const saveBioUpdatesFailedPrefixText = exports.saveBioUpdatesFailedPrefixText = 'Could not save bio updates.';
|
|
62
|
-
const mutationSaveContactInfoFailedPrefixText = exports.mutationSaveContactInfoFailedPrefixText = 'Failed to save contact info:';
|
|
63
|
-
const mutationSaveLanguagesFailedPrefixText = exports.mutationSaveLanguagesFailedPrefixText = 'Failed to save languages:';
|
|
64
|
-
const mutationSaveSkillsFailedPrefixText = exports.mutationSaveSkillsFailedPrefixText = 'Failed to save skills:';
|
|
65
|
-
const mutationSaveResumeFailedPrefixText = exports.mutationSaveResumeFailedPrefixText = 'Failed to save resume:';
|
|
66
|
-
const mutationEducationFailedPrefixText = exports.mutationEducationFailedPrefixText = 'Failed to save education:';
|
|
67
|
-
const mutationBioFailedPrefixText = exports.mutationBioFailedPrefixText = 'Failed to save bio:';
|
|
68
|
-
const resumeUpdateEntryNotFoundErrorMessageText = exports.resumeUpdateEntryNotFoundErrorMessageText = 'Could not find existing resume entry for update. Please reload profile data and try again.';
|
|
69
|
-
const bioUpdateEntryNotFoundErrorMessageText = exports.bioUpdateEntryNotFoundErrorMessageText = 'Could not find existing bio entry for update. Please reload profile data and try again.';
|
|
70
|
-
const updaterUnsupportedStoreErrorMessageText = exports.updaterUnsupportedStoreErrorMessageText = 'Store does not support updates';
|
|
71
|
-
const fallbackSaveUpdatesErrorMessageText = exports.fallbackSaveUpdatesErrorMessageText = 'Failed to save updates';
|
|
72
|
-
const socialAccountsHeadingText = exports.socialAccountsHeadingText = 'Follow me on';
|
|
73
|
-
const sharedItemsHeadingText = exports.sharedItemsHeadingText = 'Shared items';
|
|
74
|
-
const friendsHeadingText = exports.friendsHeadingText = 'Friends';
|
|
75
|
-
const contactHeadingText = exports.contactHeadingText = 'Contact';
|
|
6
|
+
var _buttonTexts = require("./texts/buttonTexts");
|
|
7
|
+
Object.keys(_buttonTexts).forEach(function (key) {
|
|
8
|
+
if (key === "default" || key === "__esModule") return;
|
|
9
|
+
if (key in exports && exports[key] === _buttonTexts[key]) return;
|
|
10
|
+
Object.defineProperty(exports, key, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () {
|
|
13
|
+
return _buttonTexts[key];
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
});
|
|
17
|
+
var _dialogTexts = require("./texts/dialogTexts");
|
|
18
|
+
Object.keys(_dialogTexts).forEach(function (key) {
|
|
19
|
+
if (key === "default" || key === "__esModule") return;
|
|
20
|
+
if (key in exports && exports[key] === _dialogTexts[key]) return;
|
|
21
|
+
Object.defineProperty(exports, key, {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
get: function () {
|
|
24
|
+
return _dialogTexts[key];
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
});
|
|
28
|
+
var _messageTexts = require("./texts/messageTexts");
|
|
29
|
+
Object.keys(_messageTexts).forEach(function (key) {
|
|
30
|
+
if (key === "default" || key === "__esModule") return;
|
|
31
|
+
if (key in exports && exports[key] === _messageTexts[key]) return;
|
|
32
|
+
Object.defineProperty(exports, key, {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
get: function () {
|
|
35
|
+
return _messageTexts[key];
|
|
36
|
+
}
|
|
37
|
+
});
|
|
38
|
+
});
|
|
39
|
+
var _profileTexts = require("./texts/profileTexts");
|
|
40
|
+
Object.keys(_profileTexts).forEach(function (key) {
|
|
41
|
+
if (key === "default" || key === "__esModule") return;
|
|
42
|
+
if (key in exports && exports[key] === _profileTexts[key]) return;
|
|
43
|
+
Object.defineProperty(exports, key, {
|
|
44
|
+
enumerable: true,
|
|
45
|
+
get: function () {
|
|
46
|
+
return _profileTexts[key];
|
|
47
|
+
}
|
|
48
|
+
});
|
|
49
|
+
});
|
|
50
|
+
var _qrCodeTexts = require("./texts/qrCodeTexts");
|
|
51
|
+
Object.keys(_qrCodeTexts).forEach(function (key) {
|
|
52
|
+
if (key === "default" || key === "__esModule") return;
|
|
53
|
+
if (key in exports && exports[key] === _qrCodeTexts[key]) return;
|
|
54
|
+
Object.defineProperty(exports, key, {
|
|
55
|
+
enumerable: true,
|
|
56
|
+
get: function () {
|
|
57
|
+
return _qrCodeTexts[key];
|
|
58
|
+
}
|
|
59
|
+
});
|
|
60
|
+
});
|