├── projects ├── MobileDashboard │ ├── .gitignore │ ├── force-app │ │ ├── test │ │ │ └── jest-mocks │ │ │ │ └── lightning │ │ │ │ ├── modalBody.html │ │ │ │ ├── modalFooter.html │ │ │ │ ├── modalHeader.html │ │ │ │ ├── modalBody.js │ │ │ │ ├── modalFooter.js │ │ │ │ ├── modal.js │ │ │ │ └── modalHeader.js │ │ └── main │ │ │ └── default │ │ │ ├── lwc │ │ │ ├── dashboardIconsPicker │ │ │ │ ├── dashboardIconsPicker.css │ │ │ │ └── dashboardIconsPicker.js-meta.xml │ │ │ ├── dashboardAddButton │ │ │ │ ├── dashboardAddButton.js │ │ │ │ ├── dashboardAddButton.js-meta.xml │ │ │ │ └── dashboardAddButton.html │ │ │ ├── mainDashboard │ │ │ │ ├── mainDashboard.css │ │ │ │ └── mainDashboard.html │ │ │ ├── alertMessage │ │ │ │ ├── labels.js │ │ │ │ ├── alertMessage.js-meta.xml │ │ │ │ ├── alertMessage.css │ │ │ │ └── alertMessage.js │ │ │ ├── basicFilter │ │ │ │ ├── basicFilter.js-meta.xml │ │ │ │ └── basicFilter.css │ │ │ ├── editCardModal │ │ │ │ └── editCardModal.js-meta.xml │ │ │ ├── subFilterCard │ │ │ │ └── subFilterCard.js-meta.xml │ │ │ ├── summaryComponent │ │ │ │ └── summaryComponent.js-meta.xml │ │ │ ├── dashboardSettingsCard │ │ │ │ └── dashboardSettingsCard.js-meta.xml │ │ │ ├── dashboardToastMessage │ │ │ │ └── dashboardToastMessage.js-meta.xml │ │ │ ├── subFilterSummaryComponent │ │ │ │ └── subFilterSummaryComponent.js-meta.xml │ │ │ └── .eslintrc.json │ │ │ ├── classes │ │ │ ├── DashboardPostInstall.cls-meta.xml │ │ │ ├── DashboardPostInstallTest.cls-meta.xml │ │ │ ├── DashboardSettingsService.cls-meta.xml │ │ │ └── DashboardSettingsServiceTest.cls-meta.xml │ │ │ ├── objectTranslations │ │ │ ├── Mobile_Dashboard_Setting__c-bg │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ └── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-cs │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ └── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-da │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ └── Layout__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-de │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ ├── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ │ └── Layout__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-el │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ └── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-es │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ └── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-fr │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ └── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-hr │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ └── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-hu │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ └── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-in │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ └── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-it │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ └── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-iw │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ ├── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ │ └── Layout__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-ja │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ ├── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ │ ├── Mobile_Dashboard_Setting__c-ja.objectTranslation-meta.xml │ │ │ │ └── Layout__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-ko │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ ├── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ │ ├── Mobile_Dashboard_Setting__c-ko.objectTranslation-meta.xml │ │ │ │ └── Layout__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-no │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ └── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-pl │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ ├── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ │ └── Layout__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-ro │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ └── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-ru │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ ├── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ │ └── Layout__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-sk │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ ├── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ │ └── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-sl │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ └── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-sv │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ └── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-th │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ └── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-tr │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ ├── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ └── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-vi │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ └── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-zh_CN │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ ├── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ │ ├── Mobile_Dashboard_Setting__c-zh_CN.objectTranslation-meta.xml │ │ │ │ └── Layout__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-zh_TW │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ └── Mobile_Dashboard_Setting__c-zh_TW.objectTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-en_GB │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ ├── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ │ └── Layout__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-es_MX │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ └── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-fi │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ ├── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ │ └── Main_Filter__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-nl_NL │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ └── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-pt_BR │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ └── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ ├── Mobile_Dashboard_Setting__c-pt_PT │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Object_Name__c.fieldTranslation-meta.xml │ │ │ │ └── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ └── Mobile_Dashboard_Setting__c-uk │ │ │ │ ├── Order__c.fieldTranslation-meta.xml │ │ │ │ ├── Title__c.fieldTranslation-meta.xml │ │ │ │ ├── Sub_Filters__c.fieldTranslation-meta.xml │ │ │ │ ├── Main_Filter__c.fieldTranslation-meta.xml │ │ │ │ ├── Custom_Logic__c.fieldTranslation-meta.xml │ │ │ │ └── Object_Name__c.fieldTranslation-meta.xml │ │ │ ├── tabs │ │ │ └── Mobile_Dashboard_Settings.tab-meta.xml │ │ │ └── objects │ │ │ └── Mobile_Dashboard_Setting__c │ │ │ └── fields │ │ │ ├── Main_Filter__c.field-meta.xml │ │ │ ├── Sub_Filters__c.field-meta.xml │ │ │ ├── Title__c.field-meta.xml │ │ │ ├── Object_Name__c.field-meta.xml │ │ │ ├── Custom_Logic__c.field-meta.xml │ │ │ └── Order__c.field-meta.xml │ ├── .prettierignore │ ├── .eslintignore │ ├── .prettierrc │ └── .forceignore ├── LocalPreview │ ├── apps │ │ ├── android │ │ │ └── LwcTestApp │ │ │ │ ├── app │ │ │ │ ├── .gitignore │ │ │ │ └── src │ │ │ │ │ └── main │ │ │ │ │ ├── res │ │ │ │ │ ├── values │ │ │ │ │ │ ├── ic_launcher_background.xml │ │ │ │ │ │ ├── strings.xml │ │ │ │ │ │ └── colors.xml │ │ │ │ │ ├── mipmap-hdpi │ │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ ├── mipmap-mdpi │ │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ ├── mipmap-xhdpi │ │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ └── mipmap-anydpi-v26 │ │ │ │ │ │ ├── ic_launcher.xml │ │ │ │ │ │ └── ic_launcher_round.xml │ │ │ │ │ └── ic_launcher-playstore.png │ │ │ │ ├── .idea │ │ │ │ ├── .name │ │ │ │ ├── .gitignore │ │ │ │ ├── compiler.xml │ │ │ │ ├── vcs.xml │ │ │ │ └── misc.xml │ │ │ │ ├── gradle │ │ │ │ └── wrapper │ │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ │ └── gradle-wrapper.properties │ │ │ │ ├── .gitignore │ │ │ │ ├── build.gradle │ │ │ │ └── settings.gradle │ │ └── ios │ │ │ └── LwcTestApp │ │ │ ├── .gitignore │ │ │ └── LwcTestApp │ │ │ └── Assets.xcassets │ │ │ ├── Contents.json │ │ │ └── AppIcon.appiconset │ │ │ ├── Icon-20@1x.png │ │ │ ├── Icon-20@2x.png │ │ │ ├── Icon-20@3x.png │ │ │ ├── Icon-29@1x.png │ │ │ ├── Icon-29@2x.png │ │ │ ├── Icon-29@3x.png │ │ │ ├── Icon-40@2x.png │ │ │ ├── Icon-40@3x.png │ │ │ ├── Icon-60@2x.png │ │ │ ├── Icon-60@3x.png │ │ │ ├── Icon-76@1x.png │ │ │ ├── Icon-76@2x.png │ │ │ ├── Icon-1024@1x.png │ │ │ └── Icon-83.5@2x.png │ └── HelloWorld │ │ ├── force-app │ │ └── main │ │ │ └── default │ │ │ └── lwc │ │ │ ├── helloWorld │ │ │ ├── helloWorld.html │ │ │ ├── helloWorld.js │ │ │ └── helloWorld.js-meta.xml │ │ │ └── .eslintrc.json │ │ ├── jest.config.js │ │ ├── scripts │ │ ├── soql │ │ │ └── account.soql │ │ └── apex │ │ │ └── hello.apex │ │ ├── .prettierignore │ │ ├── sfdx-project.json │ │ ├── .eslintignore │ │ ├── .prettierrc │ │ ├── config │ │ └── project-scratch-def.json │ │ └── .forceignore ├── FindNearby │ ├── force-app │ │ ├── test │ │ │ └── jest-mocks │ │ │ │ └── lightning │ │ │ │ ├── modalBody.html │ │ │ │ ├── modalFooter.html │ │ │ │ ├── modalHeader.html │ │ │ │ ├── modalBody.js │ │ │ │ ├── modalFooter.js │ │ │ │ ├── modal.js │ │ │ │ └── modalHeader.js │ │ └── main │ │ │ └── default │ │ │ ├── lwc │ │ │ ├── objectIcon │ │ │ │ ├── objectIcon.css │ │ │ │ ├── objectIcon.js-meta.xml │ │ │ │ ├── objectIcon.js │ │ │ │ └── objectIcon.html │ │ │ ├── mobileMap │ │ │ │ └── mobileMap.js-meta.xml │ │ │ ├── mapFilters │ │ │ │ └── mapFilters.js-meta.xml │ │ │ ├── confirmModal │ │ │ │ ├── confirmModal.js-meta.xml │ │ │ │ ├── confirmModal.js │ │ │ │ └── confirmModal.css │ │ │ ├── locationsList │ │ │ │ ├── locationsList.js-meta.xml │ │ │ │ └── __tests__ │ │ │ │ │ └── data │ │ │ │ │ └── oneLocation.json │ │ │ └── .eslintrc.json │ │ │ └── classes │ │ │ ├── MobileMapLayersService.cls-meta.xml │ │ │ └── MobileMapLayersServiceTest.cls-meta.xml │ ├── .prettierignore │ ├── sfdx-project.json │ ├── .eslintignore │ ├── .prettierrc │ └── .forceignore ├── UploadAndAnnotateImages │ ├── force-app │ │ ├── main │ │ │ └── default │ │ │ │ └── lwc │ │ │ │ ├── imageInfoViewer │ │ │ │ ├── imageInfoViewer.css │ │ │ │ └── imageInfoViewer.js-meta.xml │ │ │ │ ├── loadingSpinner │ │ │ │ ├── loadingSpinner.js │ │ │ │ ├── loadingSpinner.js-meta.xml │ │ │ │ ├── loadingSpinner.css │ │ │ │ └── loadingSpinner.html │ │ │ │ ├── darkInput │ │ │ │ ├── darkInput.js-meta.xml │ │ │ │ └── darkInput.css │ │ │ │ ├── colorsPicker │ │ │ │ └── colorsPicker.js-meta.xml │ │ │ │ ├── imageCropper │ │ │ │ └── imageCropper.js-meta.xml │ │ │ │ ├── imagePainter │ │ │ │ └── imagePainter.js-meta.xml │ │ │ │ ├── toastMessage │ │ │ │ ├── toastMessage.js-meta.xml │ │ │ │ └── toastMessage.css │ │ │ │ ├── imageAnnotate │ │ │ │ └── imageAnnotate.js-meta.xml │ │ │ │ ├── imageInfoEditor │ │ │ │ └── imageInfoEditor.js-meta.xml │ │ │ │ ├── imageSelector │ │ │ │ └── imageSelector.js-meta.xml │ │ │ │ ├── imageTextEditor │ │ │ │ └── imageTextEditor.js-meta.xml │ │ │ │ ├── infoEditorPrompt │ │ │ │ ├── infoEditorPrompt.js-meta.xml │ │ │ │ └── infoEditorPrompt.css │ │ │ │ ├── utilsImageCapture │ │ │ │ └── utilsImageCapture.js-meta.xml │ │ │ │ └── .eslintrc.json │ │ └── test │ │ │ └── jest-mocks │ │ │ └── mediaUtils │ │ │ └── mediaUtils.js │ ├── .prettierignore │ ├── sfdx-project.json │ ├── .prettierrc │ ├── config │ │ └── project-scratch-def.json │ ├── jest.config.js │ ├── .eslintignore │ └── .forceignore ├── FollowUpAppointment │ ├── force-app │ │ └── main │ │ │ └── default │ │ │ ├── lwc │ │ │ ├── mobileAppointmentBookingUtils │ │ │ │ ├── mobileAppointmentBookingUtils.js │ │ │ │ ├── constants.js │ │ │ │ └── mobileAppointmentBookingUtils.js-meta.xml │ │ │ ├── modal │ │ │ │ ├── modal.js-meta.xml │ │ │ │ ├── modal.css │ │ │ │ └── modal.js │ │ │ ├── mobileWorkFlowPage │ │ │ │ └── mobileWorkFlowPage.js-meta.xml │ │ │ ├── mobileAppointmentBookingCustomToast │ │ │ │ ├── mobileAppointmentBookingCustomToast.css │ │ │ │ └── mobileAppointmentBookingCustomToast.js-meta.xml │ │ │ ├── mobileWorkFlowPreviewScreen │ │ │ │ └── mobileWorkFlowPreviewScreen.js-meta.xml │ │ │ ├── mobileWorkFlowScreenLayout │ │ │ │ └── mobileWorkFlowScreenLayout.js-meta.xml │ │ │ ├── mobileAppointmentBookingCalendar │ │ │ │ └── mobileAppointmentBookingCalendar.js-meta.xml │ │ │ ├── mobileAppointmentBookingSchedulingContainer │ │ │ │ ├── mobileAppointmentBookingSchedulingContainer.css │ │ │ │ └── mobileAppointmentBookingSchedulingContainer.js-meta.xml │ │ │ ├── mobileAppointmentBookingCompactAppointmentInfo │ │ │ │ ├── labels.js │ │ │ │ ├── mobileAppointmentBookingCompactAppointmentInfo.js-meta.xml │ │ │ │ └── mobileAppointmentBookingCompactAppointmentInfo.html │ │ │ ├── mobileAppointmentBookingSlotsContainer │ │ │ │ └── mobileAppointmentBookingSlotsContainer.js-meta.xml │ │ │ ├── mobileAppointmentBookingResourceAssignment │ │ │ │ └── mobileAppointmentBookingResourceAssignment.js-meta.xml │ │ │ ├── followUpAppointmentCustomToastNotifications │ │ │ │ └── followUpAppointmentCustomToastNotifications.js-meta.xml │ │ │ ├── mobileAppointmentBookingRescheduleAppointment │ │ │ │ └── mobileAppointmentBookingRescheduleAppointment.js-meta.xml │ │ │ ├── .eslintrc.json │ │ │ ├── followUpAppointmentSettingsContainer │ │ │ │ └── followUpAppointmentSettingsContainer.js-meta.xml │ │ │ └── mobileAppointmentBookingLanding │ │ │ │ └── mobileAppointmentBookingLanding.css │ │ │ ├── classes │ │ │ ├── FollowUpAppointmentController.cls-meta.xml │ │ │ └── ut_FollowUpAppointmentController.cls-meta.xml │ │ │ ├── tabs │ │ │ └── Follow_Up_Appointments_Settings.tab-meta.xml │ │ │ └── objects │ │ │ └── FollowupAppointmentSettings__c │ │ │ └── fields │ │ │ ├── ShowExactArrivalTime__c.field-meta.xml │ │ │ ├── Screen_Title_1__c.field-meta.xml │ │ │ ├── Screen_Title_2__c.field-meta.xml │ │ │ ├── Screen_Title_3__c.field-meta.xml │ │ │ ├── Fields_To_Show_Page_1__c.field-meta.xml │ │ │ ├── Fields_To_Show_Page_2__c.field-meta.xml │ │ │ ├── Fields_To_Show_Page_3__c.field-meta.xml │ │ │ ├── Record_To_Create__c.field-meta.xml │ │ │ ├── Technician_Assigment__c.field-meta.xml │ │ │ └── Scheduling_Horizon_Value__c.field-meta.xml │ ├── jest.config.js │ ├── .prettierignore │ ├── .eslintignore │ └── .prettierrc ├── RescheduleAppointments │ ├── force-app │ │ └── main │ │ │ └── default │ │ │ ├── lwc │ │ │ ├── mobileAppointmentBookingUtils │ │ │ │ ├── mobileAppointmentBookingUtils.js │ │ │ │ ├── constants │ │ │ │ └── mobileAppointmentBookingUtils.js-meta.xml │ │ │ ├── mobileAppointmentBookingCalendar │ │ │ │ └── mobileAppointmentBookingCalendar.js-meta.xml │ │ │ ├── mobileAppointmentBookingSlotsContainer │ │ │ │ └── mobileAppointmentBookingSlotsContainer.js-meta.xml │ │ │ ├── mobileAppointmentBookingCompactAppointmentInfo │ │ │ │ ├── labels.js │ │ │ │ └── mobileAppointmentBookingCompactAppointmentInfo.js-meta.xml │ │ │ ├── mobileAppointmentBookingResourceAssignment │ │ │ │ └── mobileAppointmentBookingResourceAssignment.js-meta.xml │ │ │ ├── mobileAppointmentBookingSchedulingContainer │ │ │ │ └── mobileAppointmentBookingSchedulingContainer.js-meta.xml │ │ │ ├── mobileAppointmentBookingRescheduleAppointment │ │ │ │ └── mobileAppointmentBookingRescheduleAppointment.js-meta.xml │ │ │ ├── .eslintrc.json │ │ │ └── mobileAppointmentBookingLanding │ │ │ │ └── mobileAppointmentBookingLanding.css │ │ │ └── classes │ │ │ └── AppointmentController.cls-meta.xml │ ├── jest.config.js │ ├── .prettierignore │ ├── sfdx-project.json │ ├── .eslintignore │ ├── .prettierrc │ └── .forceignore ├── ServiceDocumentSamples │ ├── force-app │ │ └── main │ │ │ └── default │ │ │ ├── lwc │ │ │ ├── mediumHeaderText │ │ │ │ ├── mediumHeaderText.html │ │ │ │ └── mediumHeaderText.js │ │ │ ├── staticImage │ │ │ │ ├── staticImage.html │ │ │ │ └── staticImage.js │ │ │ └── .eslintrc.json │ │ │ ├── triggers │ │ │ └── ServiceDocumentCreation.trigger-meta.xml │ │ │ ├── aura │ │ │ └── .eslintrc.json │ │ │ └── classes │ │ │ └── FireCreateServiceDocumentInvocableAction.cls-meta.xml │ ├── jest.config.js │ ├── .prettierignore │ ├── sfdx-project.json │ ├── .eslintignore │ ├── .prettierrc │ ├── config │ │ └── project-scratch-def.json │ └── .forceignore ├── DriverLicenseParser │ ├── jest.config.js │ ├── .prettierignore │ ├── force-app │ │ └── main │ │ │ └── default │ │ │ └── lwc │ │ │ ├── aamvaParser │ │ │ └── aamvaParser.js-meta.xml │ │ │ └── .eslintrc.json │ ├── sfdx-project.json │ ├── .eslintignore │ ├── .prettierrc │ ├── config │ │ └── project-scratch-def.json │ ├── README.md │ └── .forceignore └── NameAndSignatureCapture │ ├── jest.config.js │ ├── .prettierignore │ ├── force-app │ └── main │ │ └── default │ │ └── lwc │ │ ├── signaturePad │ │ ├── signaturePad.js-meta.xml │ │ └── signaturePad.css │ │ └── .eslintrc.json │ ├── README.md │ ├── sfdx-project.json │ ├── .eslintignore │ ├── .prettierrc │ ├── config │ └── project-scratch-def.json │ └── .forceignore ├── .husky └── pre-commit ├── lerna.json ├── CODEOWNERS ├── SECURITY.md └── .github └── workflows ├── lint.yml ├── tests.yml └── prettier.yml /projects/MobileDashboard/.gitignore: -------------------------------------------------------------------------------- 1 | coverage 2 | -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/.idea/.name: -------------------------------------------------------------------------------- 1 | Lwc Test App -------------------------------------------------------------------------------- /.husky/pre-commit: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | . "$(dirname -- "$0")/_/husky.sh" 3 | 4 | yarn precommit 5 | -------------------------------------------------------------------------------- /lerna.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "node_modules/lerna/schemas/lerna-schema.json", 3 | "version": "0.0.0" 4 | } 5 | -------------------------------------------------------------------------------- /projects/FindNearby/force-app/test/jest-mocks/lightning/modalBody.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /projects/FindNearby/force-app/test/jest-mocks/lightning/modalFooter.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /projects/FindNearby/force-app/test/jest-mocks/lightning/modalHeader.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/test/jest-mocks/lightning/modalBody.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/test/jest-mocks/lightning/modalFooter.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/test/jest-mocks/lightning/modalHeader.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/force-app/main/default/lwc/imageInfoViewer/imageInfoViewer.css: -------------------------------------------------------------------------------- 1 | .hidden { 2 | display: none; 3 | } 4 | -------------------------------------------------------------------------------- /projects/LocalPreview/apps/ios/LwcTestApp/.gitignore: -------------------------------------------------------------------------------- 1 | # Xcode 2 | project.xcworkspace/ 3 | xcuserdata/ 4 | 5 | # Build output data 6 | /build 7 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/lwc/mobileAppointmentBookingUtils/mobileAppointmentBookingUtils.js: -------------------------------------------------------------------------------- 1 | export * from "./formatHelpers"; 2 | -------------------------------------------------------------------------------- /projects/RescheduleAppointments/force-app/main/default/lwc/mobileAppointmentBookingUtils/mobileAppointmentBookingUtils.js: -------------------------------------------------------------------------------- 1 | export * from "./formatHelpers"; 2 | -------------------------------------------------------------------------------- /projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /projects/FindNearby/force-app/test/jest-mocks/lightning/modalBody.js: -------------------------------------------------------------------------------- 1 | import { LightningElement } from "lwc"; 2 | 3 | export default class ModalBody extends LightningElement {} 4 | -------------------------------------------------------------------------------- /CODEOWNERS: -------------------------------------------------------------------------------- 1 | # Comment line immediately above ownership line is reserved for related gus information. Please be careful while editing. 2 | #ECCN:Open Source 3 | * @forcedotcom/lwc-mobile-dev -------------------------------------------------------------------------------- /projects/FindNearby/force-app/test/jest-mocks/lightning/modalFooter.js: -------------------------------------------------------------------------------- 1 | import { LightningElement } from "lwc"; 2 | 3 | export default class ModalFooter extends LightningElement {} 4 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/test/jest-mocks/lightning/modalBody.js: -------------------------------------------------------------------------------- 1 | import { LightningElement } from "lwc"; 2 | 3 | export default class ModalBody extends LightningElement {} 4 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/test/jest-mocks/lightning/modalFooter.js: -------------------------------------------------------------------------------- 1 | import { LightningElement } from "lwc"; 2 | 3 | export default class ModalFooter extends LightningElement {} 4 | -------------------------------------------------------------------------------- /projects/ServiceDocumentSamples/force-app/main/default/lwc/mediumHeaderText/mediumHeaderText.html: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /projects/FindNearby/force-app/test/jest-mocks/lightning/modal.js: -------------------------------------------------------------------------------- 1 | import { LightningElement, api } from "lwc"; 2 | 3 | export default class LightningModal extends LightningElement { 4 | @api close; 5 | } 6 | -------------------------------------------------------------------------------- /projects/FindNearby/force-app/test/jest-mocks/lightning/modalHeader.js: -------------------------------------------------------------------------------- 1 | import { LightningElement, api } from "lwc"; 2 | 3 | export default class ModalHeader extends LightningElement { 4 | @api label; 5 | } 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/lwc/dashboardIconsPicker/dashboardIconsPicker.css: -------------------------------------------------------------------------------- 1 | .group-name { 2 | font-size: 13px; 3 | line-height: 20px; 4 | font-weight: 700; 5 | padding: 8px; 6 | } 7 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/test/jest-mocks/lightning/modal.js: -------------------------------------------------------------------------------- 1 | import { LightningElement, api } from "lwc"; 2 | 3 | export default class LightningModal extends LightningElement { 4 | @api close; 5 | } 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/test/jest-mocks/lightning/modalHeader.js: -------------------------------------------------------------------------------- 1 | import { LightningElement, api } from "lwc"; 2 | 3 | export default class ModalHeader extends LightningElement { 4 | @api label; 5 | } 6 | -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/app/src/main/res/values/ic_launcher_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | #000000 4 | -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/LWC-Mobile-Samples/HEAD/projects/LocalPreview/apps/android/LwcTestApp/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/force-app/test/jest-mocks/mediaUtils/mediaUtils.js: -------------------------------------------------------------------------------- 1 | // Mock processImage() from 'lightning/mediaUtils' 2 | export function processImage(file, compressionOptions) { 3 | return file; 4 | } 5 | -------------------------------------------------------------------------------- /projects/DriverLicenseParser/jest.config.js: -------------------------------------------------------------------------------- 1 | const { jestConfig } = require("@salesforce/sfdx-lwc-jest/config"); 2 | 3 | module.exports = { 4 | ...jestConfig, 5 | modulePathIgnorePatterns: ["/.localdevserver"] 6 | }; 7 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/jest.config.js: -------------------------------------------------------------------------------- 1 | const { jestConfig } = require("@salesforce/sfdx-lwc-jest/config"); 2 | 3 | module.exports = { 4 | ...jestConfig, 5 | modulePathIgnorePatterns: ["/.localdevserver"] 6 | }; 7 | -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | Lwc Test App 3 | Toggle Debug Info 4 | -------------------------------------------------------------------------------- /projects/LocalPreview/HelloWorld/force-app/main/default/lwc/helloWorld/helloWorld.html: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /projects/LocalPreview/HelloWorld/jest.config.js: -------------------------------------------------------------------------------- 1 | const { jestConfig } = require("@salesforce/sfdx-lwc-jest/config"); 2 | 3 | module.exports = { 4 | ...jestConfig, 5 | modulePathIgnorePatterns: ["/.localdevserver"] 6 | }; 7 | -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/app/src/main/ic_launcher-playstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/LWC-Mobile-Samples/HEAD/projects/LocalPreview/apps/android/LwcTestApp/app/src/main/ic_launcher-playstore.png -------------------------------------------------------------------------------- /projects/NameAndSignatureCapture/jest.config.js: -------------------------------------------------------------------------------- 1 | const { jestConfig } = require("@salesforce/sfdx-lwc-jest/config"); 2 | 3 | module.exports = { 4 | ...jestConfig, 5 | modulePathIgnorePatterns: ["/.localdevserver"] 6 | }; 7 | -------------------------------------------------------------------------------- /projects/RescheduleAppointments/jest.config.js: -------------------------------------------------------------------------------- 1 | const { jestConfig } = require("@salesforce/sfdx-lwc-jest/config"); 2 | 3 | module.exports = { 4 | ...jestConfig, 5 | modulePathIgnorePatterns: ["/.localdevserver"] 6 | }; 7 | -------------------------------------------------------------------------------- /projects/ServiceDocumentSamples/jest.config.js: -------------------------------------------------------------------------------- 1 | const { jestConfig } = require("@salesforce/sfdx-lwc-jest/config"); 2 | 3 | module.exports = { 4 | ...jestConfig, 5 | modulePathIgnorePatterns: ["/.localdevserver"] 6 | }; 7 | -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/LWC-Mobile-Samples/HEAD/projects/LocalPreview/apps/android/LwcTestApp/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/LWC-Mobile-Samples/HEAD/projects/LocalPreview/apps/android/LwcTestApp/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/LWC-Mobile-Samples/HEAD/projects/LocalPreview/apps/android/LwcTestApp/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /projects/ServiceDocumentSamples/force-app/main/default/lwc/staticImage/staticImage.html: -------------------------------------------------------------------------------- 1 | 8 | -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/.idea/compiler.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/LWC-Mobile-Samples/HEAD/projects/LocalPreview/apps/android/LwcTestApp/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/LWC-Mobile-Samples/HEAD/projects/LocalPreview/apps/android/LwcTestApp/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/force-app/main/default/lwc/loadingSpinner/loadingSpinner.js: -------------------------------------------------------------------------------- 1 | import { api, LightningElement } from "lwc"; 2 | 3 | export default class LoadingSpinner extends LightningElement { 4 | @api 5 | loadingMessage; 6 | } 7 | -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/LWC-Mobile-Samples/HEAD/projects/LocalPreview/apps/android/LwcTestApp/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/LWC-Mobile-Samples/HEAD/projects/LocalPreview/apps/android/LwcTestApp/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /projects/FindNearby/force-app/main/default/lwc/objectIcon/objectIcon.css: -------------------------------------------------------------------------------- 1 | .lightning-icon-container { 2 | display: flex; 3 | align-items: flex-start; 4 | } 5 | 6 | .icon { 7 | height: 24px; 8 | width: 24px; 9 | border-radius: 4px; 10 | } 11 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/lwc/mobileAppointmentBookingUtils/constants.js: -------------------------------------------------------------------------------- 1 | const toastVariables = { 2 | error: "error", 3 | warning: "warning", 4 | success: "success", 5 | info: "info" 6 | }; 7 | 8 | export { toastVariables }; 9 | -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/LWC-Mobile-Samples/HEAD/projects/LocalPreview/apps/android/LwcTestApp/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/LWC-Mobile-Samples/HEAD/projects/LocalPreview/apps/android/LwcTestApp/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /projects/RescheduleAppointments/force-app/main/default/lwc/mobileAppointmentBookingUtils/constants: -------------------------------------------------------------------------------- 1 | const toastVariables = { 2 | error: "error", 3 | warning: "warning", 4 | success: "success", 5 | info: "info" 6 | } 7 | 8 | export {toastVariables}; -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/LWC-Mobile-Samples/HEAD/projects/LocalPreview/apps/android/LwcTestApp/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-20@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/LWC-Mobile-Samples/HEAD/projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-20@1x.png -------------------------------------------------------------------------------- /projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-20@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/LWC-Mobile-Samples/HEAD/projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-20@2x.png -------------------------------------------------------------------------------- /projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-20@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/LWC-Mobile-Samples/HEAD/projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-20@3x.png -------------------------------------------------------------------------------- /projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-29@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/LWC-Mobile-Samples/HEAD/projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-29@1x.png -------------------------------------------------------------------------------- /projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/LWC-Mobile-Samples/HEAD/projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-29@2x.png -------------------------------------------------------------------------------- /projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/LWC-Mobile-Samples/HEAD/projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-29@3x.png -------------------------------------------------------------------------------- /projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/LWC-Mobile-Samples/HEAD/projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-40@2x.png -------------------------------------------------------------------------------- /projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/LWC-Mobile-Samples/HEAD/projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-40@3x.png -------------------------------------------------------------------------------- /projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/LWC-Mobile-Samples/HEAD/projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-60@2x.png -------------------------------------------------------------------------------- /projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/LWC-Mobile-Samples/HEAD/projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-60@3x.png -------------------------------------------------------------------------------- /projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-76@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/LWC-Mobile-Samples/HEAD/projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-76@1x.png -------------------------------------------------------------------------------- /projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/LWC-Mobile-Samples/HEAD/projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-76@2x.png -------------------------------------------------------------------------------- /projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-1024@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/LWC-Mobile-Samples/HEAD/projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-1024@1x.png -------------------------------------------------------------------------------- /projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-83.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/LWC-Mobile-Samples/HEAD/projects/LocalPreview/apps/ios/LwcTestApp/LwcTestApp/Assets.xcassets/AppIcon.appiconset/Icon-83.5@2x.png -------------------------------------------------------------------------------- /projects/FindNearby/force-app/main/default/classes/MobileMapLayersService.cls-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 54.0 4 | Active 5 | 6 | -------------------------------------------------------------------------------- /projects/LocalPreview/HelloWorld/force-app/main/default/lwc/helloWorld/helloWorld.js: -------------------------------------------------------------------------------- 1 | import { LightningElement } from "lwc"; 2 | 3 | export default class HelloWorld extends LightningElement { 4 | username = new URLSearchParams(window.location.search).get("username"); 5 | } 6 | -------------------------------------------------------------------------------- /projects/FindNearby/force-app/main/default/classes/MobileMapLayersServiceTest.cls-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | Active 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/classes/DashboardPostInstall.cls-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | Active 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/classes/DashboardPostInstallTest.cls-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 56.0 4 | Active 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/classes/DashboardSettingsService.cls-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | Active 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/classes/DashboardSettingsServiceTest.cls-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | Active 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/lwc/dashboardAddButton/dashboardAddButton.js: -------------------------------------------------------------------------------- 1 | import { LightningElement, api } from "lwc"; 2 | 3 | export default class DashboardAddButton extends LightningElement { 4 | @api label; 5 | @api handleAddClick; 6 | @api disabled; 7 | } 8 | -------------------------------------------------------------------------------- /projects/RescheduleAppointments/force-app/main/default/classes/AppointmentController.cls-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 51.0 4 | Active 5 | 6 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/classes/FollowUpAppointmentController.cls-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | Active 5 | 6 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/classes/ut_FollowUpAppointmentController.cls-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 54.0 4 | Active 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/lwc/mainDashboard/mainDashboard.css: -------------------------------------------------------------------------------- 1 | .main-container { 2 | background-color: var(--slds-g-color-neutral-base-90, #e5e5e5); 3 | padding: 16px; 4 | display: flex; 5 | flex-direction: column; 6 | overflow-y: scroll; 7 | width: 100vw; 8 | } 9 | -------------------------------------------------------------------------------- /projects/ServiceDocumentSamples/force-app/main/default/triggers/ServiceDocumentCreation.trigger-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 58.0 4 | Active 5 | 6 | -------------------------------------------------------------------------------- /projects/FindNearby/.prettierignore: -------------------------------------------------------------------------------- 1 | # List files or directories below to ignore them when running prettier 2 | # More information: https://prettier.io/docs/en/ignore.html 3 | # 4 | 5 | **/staticresources/** 6 | .localdevserver 7 | .sfdx 8 | .vscode 9 | 10 | coverage/ 11 | 12 | **/*.js-meta.xml -------------------------------------------------------------------------------- /projects/FindNearby/force-app/main/default/lwc/mobileMap/mobileMap.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/ServiceDocumentSamples/force-app/main/default/aura/.eslintrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "plugins": ["@salesforce/eslint-plugin-aura"], 3 | "extends": ["plugin:@salesforce/eslint-plugin-aura/recommended"], 4 | "rules": { 5 | "vars-on-top": "off", 6 | "no-unused-expressions": "off" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /projects/FindNearby/force-app/main/default/lwc/mapFilters/mapFilters.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/FindNearby/force-app/main/default/lwc/objectIcon/objectIcon.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/lwc/modal/modal.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/LocalPreview/HelloWorld/scripts/soql/account.soql: -------------------------------------------------------------------------------- 1 | // Use .soql files to store SOQL queries. 2 | // You can execute queries in VS Code by selecting the 3 | // query text and running the command: 4 | // SFDX: Execute SOQL Query with Currently Selected Text 5 | 6 | SELECT Id, Name FROM Account 7 | -------------------------------------------------------------------------------- /projects/MobileDashboard/.prettierignore: -------------------------------------------------------------------------------- 1 | # List files or directories below to ignore them when running prettier 2 | # More information: https://prettier.io/docs/en/ignore.html 3 | # 4 | 5 | **/staticresources/** 6 | .localdevserver 7 | .sfdx 8 | .vscode 9 | 10 | coverage/ 11 | 12 | **/*.js-meta.xml -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/lwc/alertMessage/labels.js: -------------------------------------------------------------------------------- 1 | import MobileDashboard_settings_delete_button from "@salesforce/label/c.MobileDashboard_settings_delete_button"; 2 | 3 | const customLabels = { 4 | MobileDashboard_settings_delete_button 5 | }; 6 | 7 | export default customLabels; 8 | -------------------------------------------------------------------------------- /projects/ServiceDocumentSamples/force-app/main/default/classes/FireCreateServiceDocumentInvocableAction.cls-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 58.0 4 | Active 5 | 6 | -------------------------------------------------------------------------------- /projects/DriverLicenseParser/.prettierignore: -------------------------------------------------------------------------------- 1 | # List files or directories below to ignore them when running prettier 2 | # More information: https://prettier.io/docs/en/ignore.html 3 | # 4 | 5 | **/staticresources/** 6 | .localdevserver 7 | .sfdx 8 | .vscode 9 | 10 | coverage/ 11 | 12 | **/*.js-meta.xml -------------------------------------------------------------------------------- /projects/FindNearby/force-app/main/default/lwc/confirmModal/confirmModal.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/FindNearby/force-app/main/default/lwc/locationsList/locationsList.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/FindNearby/sfdx-project.json: -------------------------------------------------------------------------------- 1 | { 2 | "packageDirectories": [ 3 | { 4 | "path": "force-app", 5 | "default": true 6 | } 7 | ], 8 | "name": "FindNearby", 9 | "namespace": "", 10 | "sfdcLoginUrl": "https://login.salesforce.com/", 11 | "sourceApiVersion": "59.0" 12 | } 13 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/.prettierignore: -------------------------------------------------------------------------------- 1 | # List files or directories below to ignore them when running prettier 2 | # More information: https://prettier.io/docs/en/ignore.html 3 | # 4 | 5 | **/staticresources/** 6 | .localdevserver 7 | .sfdx 8 | .vscode 9 | 10 | coverage/ 11 | 12 | **/*.js-meta.xml -------------------------------------------------------------------------------- /projects/LocalPreview/HelloWorld/.prettierignore: -------------------------------------------------------------------------------- 1 | # List files or directories below to ignore them when running prettier 2 | # More information: https://prettier.io/docs/en/ignore.html 3 | # 4 | 5 | **/staticresources/** 6 | .localdevserver 7 | .sfdx 8 | .vscode 9 | 10 | coverage/ 11 | 12 | **/*.js-meta.xml -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/lwc/basicFilter/basicFilter.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/NameAndSignatureCapture/.prettierignore: -------------------------------------------------------------------------------- 1 | # List files or directories below to ignore them when running prettier 2 | # More information: https://prettier.io/docs/en/ignore.html 3 | # 4 | 5 | **/staticresources/** 6 | .localdevserver 7 | .sfdx 8 | .vscode 9 | 10 | coverage/ 11 | 12 | **/*.js-meta.xml -------------------------------------------------------------------------------- /projects/RescheduleAppointments/.prettierignore: -------------------------------------------------------------------------------- 1 | # List files or directories below to ignore them when running prettier 2 | # More information: https://prettier.io/docs/en/ignore.html 3 | # 4 | 5 | **/staticresources/** 6 | .localdevserver 7 | .sfdx 8 | .vscode 9 | 10 | coverage/ 11 | 12 | **/*.js-meta.xml -------------------------------------------------------------------------------- /projects/ServiceDocumentSamples/.prettierignore: -------------------------------------------------------------------------------- 1 | # List files or directories below to ignore them when running prettier 2 | # More information: https://prettier.io/docs/en/ignore.html 3 | # 4 | 5 | **/staticresources/** 6 | .localdevserver 7 | .sfdx 8 | .vscode 9 | 10 | coverage/ 11 | 12 | **/*.js-meta.xml -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/.prettierignore: -------------------------------------------------------------------------------- 1 | # List files or directories below to ignore them when running prettier 2 | # More information: https://prettier.io/docs/en/ignore.html 3 | # 4 | 5 | **/staticresources/** 6 | .localdevserver 7 | .sfdx 8 | .vscode 9 | 10 | coverage/ 11 | 12 | **/*.js-meta.xml -------------------------------------------------------------------------------- /projects/DriverLicenseParser/force-app/main/default/lwc/aamvaParser/aamvaParser.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 57.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/lwc/alertMessage/alertMessage.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/lwc/editCardModal/editCardModal.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/lwc/subFilterCard/subFilterCard.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/force-app/main/default/lwc/darkInput/darkInput.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 57.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/lwc/summaryComponent/summaryComponent.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/NameAndSignatureCapture/force-app/main/default/lwc/signaturePad/signaturePad.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 57.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/force-app/main/default/lwc/colorsPicker/colorsPicker.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 57.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/force-app/main/default/lwc/imageCropper/imageCropper.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 57.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/force-app/main/default/lwc/imagePainter/imagePainter.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 57.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/force-app/main/default/lwc/toastMessage/toastMessage.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 57.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/LocalPreview/HelloWorld/sfdx-project.json: -------------------------------------------------------------------------------- 1 | { 2 | "packageDirectories": [ 3 | { 4 | "path": "force-app", 5 | "default": true 6 | } 7 | ], 8 | "name": "HelloWorld", 9 | "namespace": "", 10 | "sfdcLoginUrl": "https://login.salesforce.com", 11 | "sourceApiVersion": "59.0" 12 | } 13 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/lwc/dashboardAddButton/dashboardAddButton.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/force-app/main/default/lwc/imageAnnotate/imageAnnotate.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 57.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/force-app/main/default/lwc/imageInfoEditor/imageInfoEditor.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 57.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/force-app/main/default/lwc/imageInfoViewer/imageInfoViewer.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 57.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/force-app/main/default/lwc/imageSelector/imageSelector.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 57.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/force-app/main/default/lwc/imageTextEditor/imageTextEditor.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 57.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/force-app/main/default/lwc/loadingSpinner/loadingSpinner.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 57.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/DriverLicenseParser/sfdx-project.json: -------------------------------------------------------------------------------- 1 | { 2 | "packageDirectories": [ 3 | { 4 | "path": "force-app", 5 | "default": true 6 | } 7 | ], 8 | "name": "DriverLicenseParser", 9 | "namespace": "", 10 | "sfdcLoginUrl": "https://login.salesforce.com", 11 | "sourceApiVersion": "59.0" 12 | } 13 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/lwc/mobileWorkFlowPage/mobileWorkFlowPage.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 56.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/lwc/dashboardIconsPicker/dashboardIconsPicker.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/lwc/dashboardSettingsCard/dashboardSettingsCard.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/lwc/dashboardToastMessage/dashboardToastMessage.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/force-app/main/default/lwc/infoEditorPrompt/infoEditorPrompt.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 57.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/force-app/main/default/lwc/utilsImageCapture/utilsImageCapture.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 57.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/lwc/mobileAppointmentBookingCustomToast/mobileAppointmentBookingCustomToast.css: -------------------------------------------------------------------------------- 1 | .custom-toast-container { 2 | position: absolute; 3 | } 4 | 5 | .toast-close-icon { 6 | --lwc-colorTextIconDefault: #ffffff; 7 | } 8 | .content-container { 9 | padding-left: 12px; 10 | } 11 | -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Thu Nov 17 11:02:21 PST 2022 2 | distributionBase=GRADLE_USER_HOME 3 | distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip 4 | distributionPath=wrapper/dists 5 | zipStorePath=wrapper/dists 6 | zipStoreBase=GRADLE_USER_HOME 7 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-bg/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-cs/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-da/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-de/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-el/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-es/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-es/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-fr/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-fr/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-hr/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-hu/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-in/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-it/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-it/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-iw/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-iw/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ja/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ja/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ko/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ko/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-no/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-pl/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ro/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ro/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ru/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-sk/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-sl/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-sv/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-sv/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-th/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-tr/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-tr/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-vi/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-zh_CN/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-zh_CN/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-zh_TW/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-zh_TW/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/NameAndSignatureCapture/README.md: -------------------------------------------------------------------------------- 1 | # NameAndSignatureCapture 2 | 3 | This project contains sample code on how to create a Lightning Web Component (LWC) that allows a user to draw their signature or sign their names. `signaturePad` is the LWC that accomplishes this, and `signatureDemo` uses `signaturePad` to demo the component. 4 | -------------------------------------------------------------------------------- /projects/NameAndSignatureCapture/sfdx-project.json: -------------------------------------------------------------------------------- 1 | { 2 | "packageDirectories": [ 3 | { 4 | "path": "force-app", 5 | "default": true 6 | } 7 | ], 8 | "name": "NameAndSignatureCapture", 9 | "namespace": "", 10 | "sfdcLoginUrl": "https://login.salesforce.com", 11 | "sourceApiVersion": "59.0" 12 | } 13 | -------------------------------------------------------------------------------- /projects/RescheduleAppointments/sfdx-project.json: -------------------------------------------------------------------------------- 1 | { 2 | "packageDirectories": [ 3 | { 4 | "path": "force-app", 5 | "default": true 6 | } 7 | ], 8 | "name": "RescheduleAppointments", 9 | "namespace": "", 10 | "sfdcLoginUrl": "https://login.salesforce.com", 11 | "sourceApiVersion": "59.0" 12 | } 13 | -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/sfdx-project.json: -------------------------------------------------------------------------------- 1 | { 2 | "packageDirectories": [ 3 | { 4 | "path": "force-app", 5 | "default": true 6 | } 7 | ], 8 | "name": "UploadAndAnnotateImages", 9 | "namespace": "", 10 | "sfdcLoginUrl": "https://login.salesforce.com", 11 | "sourceApiVersion": "59.0" 12 | } 13 | -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/lwc/subFilterSummaryComponent/subFilterSummaryComponent.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-bg/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-cs/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-da/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-de/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-el/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-en_GB/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-en_GB/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-es_MX/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-es_MX/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-fi/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-fi/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-hr/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-hu/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-in/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-nl_NL/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-nl_NL/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-no/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-pl/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-pt_BR/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-pt_BR/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-pt_PT/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-pt_PT/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ru/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-sk/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-sl/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-th/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-uk/Order__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-uk/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-vi/Title__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/lwc/mobileWorkFlowPreviewScreen/mobileWorkFlowPreviewScreen.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 56.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/lwc/mobileWorkFlowScreenLayout/mobileWorkFlowScreenLayout.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 56.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/ServiceDocumentSamples/sfdx-project.json: -------------------------------------------------------------------------------- 1 | { 2 | "packageDirectories": [ 3 | { 4 | "path": "force-app", 5 | "default": true 6 | } 7 | ], 8 | "name": "ServiceDocumentSampleComponents", 9 | "namespace": "", 10 | "sfdcLoginUrl": "https://login.salesforce.com", 11 | "sourceApiVersion": "59.0" 12 | } 13 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/lwc/mobileAppointmentBookingUtils/mobileAppointmentBookingUtils.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/.gitignore: -------------------------------------------------------------------------------- 1 | *.iml 2 | .gradle 3 | /local.properties 4 | /.idea/caches 5 | /.idea/libraries 6 | /.idea/modules.xml 7 | /.idea/workspace.xml 8 | /.idea/navEditor.xml 9 | /.idea/assetWizardSettings.xml 10 | .DS_Store 11 | /build 12 | /captures 13 | .externalNativeBuild 14 | .cxx 15 | local.properties 16 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-bg/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-cs/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-hr/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-hu/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-hu/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-in/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-iw/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ja/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ja/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ja/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ko/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ko/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ko/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-no/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-tr/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-zh_CN/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-zh_CN/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-zh_CN/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-zh_TW/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-zh_TW/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-zh_TW/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-zh_TW/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/lwc/mobileAppointmentBookingCalendar/mobileAppointmentBookingCalendar.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/lwc/basicFilter/basicFilter.css: -------------------------------------------------------------------------------- 1 | .props-list { 2 | display: flex; 3 | flex-direction: row; 4 | } 5 | 6 | lightning-combobox, 7 | .quantity-input { 8 | margin-right: 8px; 9 | } 10 | 11 | .field-combo, 12 | .value-input { 13 | flex: 2; 14 | } 15 | 16 | .operator-combo { 17 | flex: 1; 18 | } 19 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-bg/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-bg/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-cs/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-cs/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-da/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-da/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-da/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-da/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-de/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-de/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-de/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-el/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-en_GB/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-en_GB/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-en_GB/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-es/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-es_MX/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-fi/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-fi/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-hr/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-hr/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-hu/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-in/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-in/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-it/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-it/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-iw/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-iw/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ja/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ko/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-nl_NL/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-nl_NL/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-no/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-no/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-pl/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-pl/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-pt_BR/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-pt_PT/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ro/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ru/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-sk/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-sk/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-sl/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-sl/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-sl/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-sv/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-sv/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-sv/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-sv/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-th/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-th/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-th/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-tr/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-tr/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-tr/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-uk/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-vi/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-vi/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-vi/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-zh_CN/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/RescheduleAppointments/force-app/main/default/lwc/mobileAppointmentBookingUtils/mobileAppointmentBookingUtils.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/force-app/main/default/lwc/toastMessage/toastMessage.css: -------------------------------------------------------------------------------- 1 | .toast-message-container { 2 | top: 0; 3 | width: 100%; 4 | padding: 10px; 5 | z-index: 9900; 6 | } 7 | 8 | .toast-message { 9 | border-radius: 10px; 10 | width: 100%; 11 | } 12 | 13 | .toast-message h2 { 14 | margin-right: 1.25rem; 15 | } 16 | -------------------------------------------------------------------------------- /projects/FindNearby/force-app/main/default/lwc/objectIcon/objectIcon.js: -------------------------------------------------------------------------------- 1 | import { LightningElement, api } from "lwc"; 2 | 3 | export default class ObjectIcon extends LightningElement { 4 | @api iconUrl; 5 | @api color; 6 | 7 | connectedCallback() {} 8 | 9 | get iconStyle() { 10 | return `background-color: ${this.color}`; 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/lwc/mobileAppointmentBookingSchedulingContainer/mobileAppointmentBookingSchedulingContainer.css: -------------------------------------------------------------------------------- 1 | .calendarView { 2 | position: -webkit-sticky; 3 | position: sticky; 4 | top: 66px; 5 | background-color: white; 6 | z-index: 10; 7 | padding: 0 16px; 8 | box-shadow: 0px 4px 0px #e5e5e5; 9 | } 10 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-cs/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-el/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-el/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-en_GB/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-es/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-es/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-es_MX/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-es_MX/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-fr/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-fr/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-fr/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-hu/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-in/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-it/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-nl_NL/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-no/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-pl/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-pt_BR/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-pt_BR/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-pt_PT/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-pt_PT/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ro/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ro/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ru/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ru/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-sk/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-sk/Sub_Filters__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-sl/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-th/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-uk/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-vi/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/NameAndSignatureCapture/force-app/main/default/lwc/signaturePad/signaturePad.css: -------------------------------------------------------------------------------- 1 | .signature_pad_flexbox { 2 | display: flex; 3 | flex-direction: column; 4 | width: 100%; 5 | height: 100%; 6 | } 7 | 8 | .signature_pad_canvas { 9 | flex-grow: 1; 10 | min-height: 0px; 11 | min-width: 0px; 12 | border: 2px solid #878787; 13 | } 14 | -------------------------------------------------------------------------------- /projects/RescheduleAppointments/force-app/main/default/lwc/mobileAppointmentBookingCalendar/mobileAppointmentBookingCalendar.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/lwc/mobileAppointmentBookingCustomToast/mobileAppointmentBookingCustomToast.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-bg/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-el/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-es/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-fi/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-fi/Main_Filter__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-fr/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-hr/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-it/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-iw/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-nl_NL/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-pl/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ro/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ru/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-uk/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-uk/Object_Name__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/force-app/main/default/lwc/loadingSpinner/loadingSpinner.css: -------------------------------------------------------------------------------- 1 | .spinner-bg { 2 | background-color: rgba(0, 0, 0, 0.5); 3 | } 4 | 5 | .spinner-text { 6 | position: absolute; 7 | top: 50%; 8 | left: 50%; 9 | z-index: 9051; 10 | transform: translate(-50%, -50%); 11 | margin-top: 3rem; 12 | color: white; 13 | } 14 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/lwc/mobileAppointmentBookingCompactAppointmentInfo/labels.js: -------------------------------------------------------------------------------- 1 | import Schedule_Appointment_current_appointment_title from "@salesforce/label/c.Schedule_Appointment_current_appointment_title"; 2 | 3 | const customLabels = { 4 | Schedule_Appointment_current_appointment_title 5 | }; 6 | 7 | export default customLabels; 8 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/lwc/mobileAppointmentBookingSlotsContainer/mobileAppointmentBookingSlotsContainer.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-de/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-es_MX/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-pt_BR/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-pt_PT/Custom_Logic__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | 5 | 6 | -------------------------------------------------------------------------------- /projects/RescheduleAppointments/force-app/main/default/lwc/mobileAppointmentBookingSlotsContainer/mobileAppointmentBookingSlotsContainer.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/FindNearby/.eslintignore: -------------------------------------------------------------------------------- 1 | **/lwc/**/*.css 2 | **/lwc/**/*.html 3 | **/lwc/**/*.json 4 | **/lwc/**/*.svg 5 | **/lwc/**/*.xml 6 | **/aura/**/*.auradoc 7 | **/aura/**/*.cmp 8 | **/aura/**/*.css 9 | **/aura/**/*.design 10 | **/aura/**/*.evt 11 | **/aura/**/*.json 12 | **/aura/**/*.svg 13 | **/aura/**/*.tokens 14 | **/aura/**/*.xml 15 | **/aura/**/*.app 16 | .sfdx 17 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/lwc/mobileAppointmentBookingResourceAssignment/mobileAppointmentBookingResourceAssignment.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/lwc/followUpAppointmentCustomToastNotifications/followUpAppointmentCustomToastNotifications.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 56.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/lwc/mobileAppointmentBookingSchedulingContainer/mobileAppointmentBookingSchedulingContainer.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /projects/MobileDashboard/.eslintignore: -------------------------------------------------------------------------------- 1 | **/lwc/**/*.css 2 | **/lwc/**/*.html 3 | **/lwc/**/*.json 4 | **/lwc/**/*.svg 5 | **/lwc/**/*.xml 6 | **/aura/**/*.auradoc 7 | **/aura/**/*.cmp 8 | **/aura/**/*.css 9 | **/aura/**/*.design 10 | **/aura/**/*.evt 11 | **/aura/**/*.json 12 | **/aura/**/*.svg 13 | **/aura/**/*.tokens 14 | **/aura/**/*.xml 15 | **/aura/**/*.app 16 | .sfdx 17 | -------------------------------------------------------------------------------- /projects/RescheduleAppointments/force-app/main/default/lwc/mobileAppointmentBookingCompactAppointmentInfo/labels.js: -------------------------------------------------------------------------------- 1 | import Reschedule_Appointment_current_appointment_title from "@salesforce/label/c.Reschedule_Appointment_current_appointment_title"; 2 | 3 | const customLabels = { 4 | Reschedule_Appointment_current_appointment_title 5 | }; 6 | 7 | export default customLabels; 8 | -------------------------------------------------------------------------------- /projects/RescheduleAppointments/force-app/main/default/lwc/mobileAppointmentBookingResourceAssignment/mobileAppointmentBookingResourceAssignment.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/RescheduleAppointments/force-app/main/default/lwc/mobileAppointmentBookingSchedulingContainer/mobileAppointmentBookingSchedulingContainer.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/DriverLicenseParser/.eslintignore: -------------------------------------------------------------------------------- 1 | **/lwc/**/*.css 2 | **/lwc/**/*.html 3 | **/lwc/**/*.json 4 | **/lwc/**/*.svg 5 | **/lwc/**/*.xml 6 | **/aura/**/*.auradoc 7 | **/aura/**/*.cmp 8 | **/aura/**/*.css 9 | **/aura/**/*.design 10 | **/aura/**/*.evt 11 | **/aura/**/*.json 12 | **/aura/**/*.svg 13 | **/aura/**/*.tokens 14 | **/aura/**/*.xml 15 | **/aura/**/*.app 16 | .sfdx 17 | -------------------------------------------------------------------------------- /projects/FindNearby/.prettierrc: -------------------------------------------------------------------------------- 1 | { 2 | "trailingComma": "none", 3 | "plugins": ["@prettier/plugin-xml", "prettier-plugin-apex"], 4 | "overrides": [ 5 | { 6 | "files": "**/lwc/**/*.html", 7 | "options": { "parser": "lwc" } 8 | }, 9 | { 10 | "files": "*.{cmp,page,component}", 11 | "options": { "parser": "html" } 12 | } 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /projects/FindNearby/force-app/main/default/lwc/.eslintrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": ["@salesforce/eslint-config-lwc/recommended"], 3 | "overrides": [ 4 | { 5 | "files": ["*.test.js"], 6 | "rules": { 7 | "@lwc/lwc/no-unexpected-wire-adapter-usages": "off" 8 | }, 9 | "env": { 10 | "node": true 11 | } 12 | } 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/.eslintignore: -------------------------------------------------------------------------------- 1 | **/lwc/**/*.css 2 | **/lwc/**/*.html 3 | **/lwc/**/*.json 4 | **/lwc/**/*.svg 5 | **/lwc/**/*.xml 6 | **/aura/**/*.auradoc 7 | **/aura/**/*.cmp 8 | **/aura/**/*.css 9 | **/aura/**/*.design 10 | **/aura/**/*.evt 11 | **/aura/**/*.json 12 | **/aura/**/*.svg 13 | **/aura/**/*.tokens 14 | **/aura/**/*.xml 15 | **/aura/**/*.app 16 | .sfdx 17 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/lwc/mobileAppointmentBookingCompactAppointmentInfo/mobileAppointmentBookingCompactAppointmentInfo.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/lwc/mobileAppointmentBookingRescheduleAppointment/mobileAppointmentBookingRescheduleAppointment.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 56.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/RescheduleAppointments/force-app/main/default/lwc/mobileAppointmentBookingRescheduleAppointment/mobileAppointmentBookingRescheduleAppointment.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 56.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/DriverLicenseParser/force-app/main/default/lwc/.eslintrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": ["@salesforce/eslint-config-lwc/recommended"], 3 | "overrides": [ 4 | { 5 | "files": ["*.test.js"], 6 | "rules": { 7 | "@lwc/lwc/no-unexpected-wire-adapter-usages": "off" 8 | }, 9 | "env": { 10 | "node": true 11 | } 12 | } 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/lwc/.eslintrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": ["@salesforce/eslint-config-lwc/recommended"], 3 | "overrides": [ 4 | { 5 | "files": ["*.test.js"], 6 | "rules": { 7 | "@lwc/lwc/no-unexpected-wire-adapter-usages": "off" 8 | }, 9 | "env": { 10 | "node": true 11 | } 12 | } 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /projects/LocalPreview/HelloWorld/.eslintignore: -------------------------------------------------------------------------------- 1 | **/lwc/**/*.css 2 | **/lwc/**/*.html 3 | **/lwc/**/*.json 4 | **/lwc/**/*.svg 5 | **/lwc/**/*.xml 6 | **/aura/**/*.auradoc 7 | **/aura/**/*.cmp 8 | **/aura/**/*.css 9 | **/aura/**/*.design 10 | **/aura/**/*.evt 11 | **/aura/**/*.json 12 | **/aura/**/*.svg 13 | **/aura/**/*.tokens 14 | **/aura/**/*.xml 15 | **/aura/**/*.app 16 | .sfdx 17 | -------------------------------------------------------------------------------- /projects/MobileDashboard/.prettierrc: -------------------------------------------------------------------------------- 1 | { 2 | "trailingComma": "none", 3 | "plugins": ["@prettier/plugin-xml", "prettier-plugin-apex"], 4 | "overrides": [ 5 | { 6 | "files": "**/lwc/**/*.html", 7 | "options": { "parser": "lwc" } 8 | }, 9 | { 10 | "files": "*.{cmp,page,component}", 11 | "options": { "parser": "html" } 12 | } 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/lwc/.eslintrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": ["@salesforce/eslint-config-lwc/recommended"], 3 | "overrides": [ 4 | { 5 | "files": ["*.test.js"], 6 | "rules": { 7 | "@lwc/lwc/no-unexpected-wire-adapter-usages": "off" 8 | }, 9 | "env": { 10 | "node": true 11 | } 12 | } 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /projects/NameAndSignatureCapture/.eslintignore: -------------------------------------------------------------------------------- 1 | **/lwc/**/*.css 2 | **/lwc/**/*.html 3 | **/lwc/**/*.json 4 | **/lwc/**/*.svg 5 | **/lwc/**/*.xml 6 | **/aura/**/*.auradoc 7 | **/aura/**/*.cmp 8 | **/aura/**/*.css 9 | **/aura/**/*.design 10 | **/aura/**/*.evt 11 | **/aura/**/*.json 12 | **/aura/**/*.svg 13 | **/aura/**/*.tokens 14 | **/aura/**/*.xml 15 | **/aura/**/*.app 16 | .sfdx 17 | -------------------------------------------------------------------------------- /projects/RescheduleAppointments/.eslintignore: -------------------------------------------------------------------------------- 1 | **/lwc/**/*.css 2 | **/lwc/**/*.html 3 | **/lwc/**/*.json 4 | **/lwc/**/*.svg 5 | **/lwc/**/*.xml 6 | **/aura/**/*.auradoc 7 | **/aura/**/*.cmp 8 | **/aura/**/*.css 9 | **/aura/**/*.design 10 | **/aura/**/*.evt 11 | **/aura/**/*.json 12 | **/aura/**/*.svg 13 | **/aura/**/*.tokens 14 | **/aura/**/*.xml 15 | **/aura/**/*.app 16 | .sfdx 17 | -------------------------------------------------------------------------------- /projects/RescheduleAppointments/force-app/main/default/lwc/mobileAppointmentBookingCompactAppointmentInfo/mobileAppointmentBookingCompactAppointmentInfo.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | false 5 | 6 | -------------------------------------------------------------------------------- /projects/ServiceDocumentSamples/.eslintignore: -------------------------------------------------------------------------------- 1 | **/lwc/**/*.css 2 | **/lwc/**/*.html 3 | **/lwc/**/*.json 4 | **/lwc/**/*.svg 5 | **/lwc/**/*.xml 6 | **/aura/**/*.auradoc 7 | **/aura/**/*.cmp 8 | **/aura/**/*.css 9 | **/aura/**/*.design 10 | **/aura/**/*.evt 11 | **/aura/**/*.json 12 | **/aura/**/*.svg 13 | **/aura/**/*.tokens 14 | **/aura/**/*.xml 15 | **/aura/**/*.app 16 | .sfdx 17 | -------------------------------------------------------------------------------- /projects/DriverLicenseParser/.prettierrc: -------------------------------------------------------------------------------- 1 | { 2 | "trailingComma": "none", 3 | "plugins": ["@prettier/plugin-xml", "prettier-plugin-apex"], 4 | "overrides": [ 5 | { 6 | "files": "**/lwc/**/*.html", 7 | "options": { "parser": "lwc" } 8 | }, 9 | { 10 | "files": "*.{cmp,page,component}", 11 | "options": { "parser": "html" } 12 | } 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /projects/DriverLicenseParser/config/project-scratch-def.json: -------------------------------------------------------------------------------- 1 | { 2 | "orgName": "my company", 3 | "edition": "Developer", 4 | "features": ["EnableSetPasswordInApi"], 5 | "settings": { 6 | "lightningExperienceSettings": { 7 | "enableS1DesktopEnabled": true 8 | }, 9 | "mobileSettings": { 10 | "enableS1EncryptedStoragePref2": false 11 | } 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/.prettierrc: -------------------------------------------------------------------------------- 1 | { 2 | "trailingComma": "none", 3 | "plugins": ["@prettier/plugin-xml", "prettier-plugin-apex"], 4 | "overrides": [ 5 | { 6 | "files": "**/lwc/**/*.html", 7 | "options": { "parser": "lwc" } 8 | }, 9 | { 10 | "files": "*.{cmp,page,component}", 11 | "options": { "parser": "html" } 12 | } 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /projects/LocalPreview/HelloWorld/force-app/main/default/lwc/.eslintrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": ["@salesforce/eslint-config-lwc/recommended"], 3 | "overrides": [ 4 | { 5 | "files": ["*.test.js"], 6 | "rules": { 7 | "@lwc/lwc/no-unexpected-wire-adapter-usages": "off" 8 | }, 9 | "env": { 10 | "node": true 11 | } 12 | } 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/lwc/dashboardAddButton/dashboardAddButton.html: -------------------------------------------------------------------------------- 1 | 13 | -------------------------------------------------------------------------------- /projects/NameAndSignatureCapture/force-app/main/default/lwc/.eslintrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": ["@salesforce/eslint-config-lwc/recommended"], 3 | "overrides": [ 4 | { 5 | "files": ["*.test.js"], 6 | "rules": { 7 | "@lwc/lwc/no-unexpected-wire-adapter-usages": "off" 8 | }, 9 | "env": { 10 | "node": true 11 | } 12 | } 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /projects/RescheduleAppointments/force-app/main/default/lwc/.eslintrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": ["@salesforce/eslint-config-lwc/recommended"], 3 | "overrides": [ 4 | { 5 | "files": ["*.test.js"], 6 | "rules": { 7 | "@lwc/lwc/no-unexpected-wire-adapter-usages": "off" 8 | }, 9 | "env": { 10 | "node": true 11 | } 12 | } 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /projects/ServiceDocumentSamples/force-app/main/default/lwc/.eslintrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": ["@salesforce/eslint-config-lwc/recommended"], 3 | "overrides": [ 4 | { 5 | "files": ["*.test.js"], 6 | "rules": { 7 | "@lwc/lwc/no-unexpected-wire-adapter-usages": "off" 8 | }, 9 | "env": { 10 | "node": true 11 | } 12 | } 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/force-app/main/default/lwc/.eslintrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": ["@salesforce/eslint-config-lwc/recommended"], 3 | "overrides": [ 4 | { 5 | "files": ["*.test.js"], 6 | "rules": { 7 | "@lwc/lwc/no-unexpected-wire-adapter-usages": "off" 8 | }, 9 | "env": { 10 | "node": true 11 | } 12 | } 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /projects/LocalPreview/HelloWorld/.prettierrc: -------------------------------------------------------------------------------- 1 | { 2 | "trailingComma": "none", 3 | "plugins": ["@prettier/plugin-xml", "prettier-plugin-apex"], 4 | "overrides": [ 5 | { 6 | "files": "**/lwc/**/*.html", 7 | "options": { "parser": "lwc" } 8 | }, 9 | { 10 | "files": "*.{cmp,page,component}", 11 | "options": { "parser": "html" } 12 | } 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /projects/LocalPreview/HelloWorld/config/project-scratch-def.json: -------------------------------------------------------------------------------- 1 | { 2 | "orgName": "my company", 3 | "edition": "Developer", 4 | "features": ["EnableSetPasswordInApi"], 5 | "settings": { 6 | "lightningExperienceSettings": { 7 | "enableS1DesktopEnabled": true 8 | }, 9 | "mobileSettings": { 10 | "enableS1EncryptedStoragePref2": false 11 | } 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /projects/NameAndSignatureCapture/.prettierrc: -------------------------------------------------------------------------------- 1 | { 2 | "trailingComma": "none", 3 | "plugins": ["@prettier/plugin-xml", "prettier-plugin-apex"], 4 | "overrides": [ 5 | { 6 | "files": "**/lwc/**/*.html", 7 | "options": { "parser": "lwc" } 8 | }, 9 | { 10 | "files": "*.{cmp,page,component}", 11 | "options": { "parser": "html" } 12 | } 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /projects/NameAndSignatureCapture/config/project-scratch-def.json: -------------------------------------------------------------------------------- 1 | { 2 | "orgName": "my company", 3 | "edition": "Developer", 4 | "features": ["EnableSetPasswordInApi"], 5 | "settings": { 6 | "lightningExperienceSettings": { 7 | "enableS1DesktopEnabled": true 8 | }, 9 | "mobileSettings": { 10 | "enableS1EncryptedStoragePref2": false 11 | } 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /projects/RescheduleAppointments/.prettierrc: -------------------------------------------------------------------------------- 1 | { 2 | "trailingComma": "none", 3 | "plugins": ["@prettier/plugin-xml", "prettier-plugin-apex"], 4 | "overrides": [ 5 | { 6 | "files": "**/lwc/**/*.html", 7 | "options": { "parser": "lwc" } 8 | }, 9 | { 10 | "files": "*.{cmp,page,component}", 11 | "options": { "parser": "html" } 12 | } 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /projects/ServiceDocumentSamples/.prettierrc: -------------------------------------------------------------------------------- 1 | { 2 | "trailingComma": "none", 3 | "plugins": ["@prettier/plugin-xml", "prettier-plugin-apex"], 4 | "overrides": [ 5 | { 6 | "files": "**/lwc/**/*.html", 7 | "options": { "parser": "lwc" } 8 | }, 9 | { 10 | "files": "*.{cmp,page,component}", 11 | "options": { "parser": "html" } 12 | } 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/.prettierrc: -------------------------------------------------------------------------------- 1 | { 2 | "trailingComma": "none", 3 | "plugins": ["@prettier/plugin-xml", "prettier-plugin-apex"], 4 | "overrides": [ 5 | { 6 | "files": "**/lwc/**/*.html", 7 | "options": { "parser": "lwc" } 8 | }, 9 | { 10 | "files": "*.{cmp,page,component}", 11 | "options": { "parser": "html" } 12 | } 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/config/project-scratch-def.json: -------------------------------------------------------------------------------- 1 | { 2 | "orgName": "my company", 3 | "edition": "Developer", 4 | "features": ["EnableSetPasswordInApi"], 5 | "settings": { 6 | "lightningExperienceSettings": { 7 | "enableS1DesktopEnabled": true 8 | }, 9 | "mobileSettings": { 10 | "enableS1EncryptedStoragePref2": false 11 | } 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /projects/DriverLicenseParser/README.md: -------------------------------------------------------------------------------- 1 | # DriverLicenseParser 2 | 3 | This project contains sample code on how to use the Nimbus Barcode Scanner plugin to scan PDF417 barcodes on driver licenses containing AAMVA-compliant payload and parse the payload. The `aamvaParser` utility library contains the code for parsing the barcode payload. `parserDemo` is an LWC component that demonstrates how to use `aamvaParser`. 4 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/tabs/Mobile_Dashboard_Settings.tab-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | dashboardSettingsMain 5 | Custom67: Gears 6 | Mobile_Dashboard_Settings 7 | 8 | -------------------------------------------------------------------------------- /projects/ServiceDocumentSamples/config/project-scratch-def.json: -------------------------------------------------------------------------------- 1 | { 2 | "orgName": "giaoge.zheng company", 3 | "edition": "Developer", 4 | "features": ["EnableSetPasswordInApi"], 5 | "settings": { 6 | "lightningExperienceSettings": { 7 | "enableS1DesktopEnabled": true 8 | }, 9 | "mobileSettings": { 10 | "enableS1EncryptedStoragePref2": false 11 | } 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/jest.config.js: -------------------------------------------------------------------------------- 1 | const { jestConfig } = require("@salesforce/sfdx-lwc-jest/config"); 2 | 3 | module.exports = { 4 | ...jestConfig, 5 | modulePathIgnorePatterns: ["/.localdevserver"], 6 | setupFiles: ["jest-canvas-mock"], 7 | moduleNameMapper: { 8 | "^lightning/mediaUtils$": 9 | "/force-app/test/jest-mocks/mediaUtils/mediaUtils" 10 | } 11 | }; 12 | -------------------------------------------------------------------------------- /projects/FindNearby/.forceignore: -------------------------------------------------------------------------------- 1 | # List files or directories below to ignore them when running force:source:push, force:source:pull, and force:source:status 2 | # More information: https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_exclude_source.htm 3 | # 4 | 5 | package.xml 6 | 7 | # LWC configuration files 8 | **/jsconfig.json 9 | **/.eslintrc.json 10 | 11 | # LWC Jest 12 | **/__tests__/** -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- 1 | ## Security 2 | 3 | Please report any security issue to [security@salesforce.com](mailto:security@salesforce.com) 4 | as soon as it is discovered. This library limits its runtime dependencies in 5 | order to reduce the total cost of ownership as much as can be, but all consumers 6 | should remain vigilant and have their security stakeholders review all third-party 7 | products (3PP) like this one and their dependencies. 8 | -------------------------------------------------------------------------------- /projects/MobileDashboard/.forceignore: -------------------------------------------------------------------------------- 1 | # List files or directories below to ignore them when running force:source:push, force:source:pull, and force:source:status 2 | # More information: https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_exclude_source.htm 3 | # 4 | 5 | package.xml 6 | 7 | # LWC configuration files 8 | **/jsconfig.json 9 | **/.eslintrc.json 10 | 11 | # LWC Jest 12 | **/__tests__/** -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/.eslintignore: -------------------------------------------------------------------------------- 1 | **/lwc/**/*.css 2 | **/lwc/**/*.html 3 | **/lwc/**/*.json 4 | **/lwc/**/*.svg 5 | **/lwc/**/*.xml 6 | **/aura/**/*.auradoc 7 | **/aura/**/*.cmp 8 | **/aura/**/*.css 9 | **/aura/**/*.design 10 | **/aura/**/*.evt 11 | **/aura/**/*.json 12 | **/aura/**/*.svg 13 | **/aura/**/*.tokens 14 | **/aura/**/*.xml 15 | **/aura/**/*.app 16 | .sfdx 17 | 18 | **/utilsImageCapture/cropper.esm.js 19 | -------------------------------------------------------------------------------- /projects/DriverLicenseParser/.forceignore: -------------------------------------------------------------------------------- 1 | # List files or directories below to ignore them when running force:source:push, force:source:pull, and force:source:status 2 | # More information: https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_exclude_source.htm 3 | # 4 | 5 | package.xml 6 | 7 | # LWC configuration files 8 | **/jsconfig.json 9 | **/.eslintrc.json 10 | 11 | # LWC Jest 12 | **/__tests__/** -------------------------------------------------------------------------------- /projects/FindNearby/force-app/main/default/lwc/locationsList/__tests__/data/oneLocation.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "location": { "Latitude": 10, "Longitude": 10 }, 4 | "value": { 5 | "id": "1234", 6 | "title": "marker1", 7 | "firstDetailFieldValue": "field2-1", 8 | "secondDetailFieldValue": "field3-1", 9 | "thirdDetailFieldValue": "field4-1", 10 | "distance": "15 km" 11 | } 12 | } 13 | ] 14 | -------------------------------------------------------------------------------- /projects/LocalPreview/HelloWorld/.forceignore: -------------------------------------------------------------------------------- 1 | # List files or directories below to ignore them when running force:source:push, force:source:pull, and force:source:status 2 | # More information: https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_exclude_source.htm 3 | # 4 | 5 | package.xml 6 | 7 | # LWC configuration files 8 | **/jsconfig.json 9 | **/.eslintrc.json 10 | 11 | # LWC Jest 12 | **/__tests__/** -------------------------------------------------------------------------------- /projects/NameAndSignatureCapture/.forceignore: -------------------------------------------------------------------------------- 1 | # List files or directories below to ignore them when running force:source:push, force:source:pull, and force:source:status 2 | # More information: https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_exclude_source.htm 3 | # 4 | 5 | package.xml 6 | 7 | # LWC configuration files 8 | **/jsconfig.json 9 | **/.eslintrc.json 10 | 11 | # LWC Jest 12 | **/__tests__/** -------------------------------------------------------------------------------- /projects/RescheduleAppointments/.forceignore: -------------------------------------------------------------------------------- 1 | # List files or directories below to ignore them when running force:source:push, force:source:pull, and force:source:status 2 | # More information: https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_exclude_source.htm 3 | # 4 | 5 | package.xml 6 | 7 | # LWC configuration files 8 | **/jsconfig.json 9 | **/.eslintrc.json 10 | 11 | # LWC Jest 12 | **/__tests__/** -------------------------------------------------------------------------------- /projects/ServiceDocumentSamples/.forceignore: -------------------------------------------------------------------------------- 1 | # List files or directories below to ignore them when running force:source:push, force:source:pull, and force:source:status 2 | # More information: https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_exclude_source.htm 3 | # 4 | 5 | package.xml 6 | 7 | # LWC configuration files 8 | **/jsconfig.json 9 | **/.eslintrc.json 10 | 11 | # LWC Jest 12 | **/__tests__/** -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/.forceignore: -------------------------------------------------------------------------------- 1 | # List files or directories below to ignore them when running force:source:push, force:source:pull, and force:source:status 2 | # More information: https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_exclude_source.htm 3 | # 4 | 5 | package.xml 6 | 7 | # LWC configuration files 8 | **/jsconfig.json 9 | **/.eslintrc.json 10 | 11 | # LWC Jest 12 | **/__tests__/** -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/tabs/Follow_Up_Appointments_Settings.tab-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | followUpAppointmentSettingsContainer 5 | Custom67: Gears 6 | Follow_Up_Appointments_Settings 7 | 8 | -------------------------------------------------------------------------------- /projects/FindNearby/force-app/main/default/lwc/confirmModal/confirmModal.js: -------------------------------------------------------------------------------- 1 | import { api } from "lwc"; 2 | import LightningModal from "lightning/modal"; 3 | 4 | export default class ConfirmModal extends LightningModal { 5 | @api content; 6 | @api header; 7 | @api okButtonText; 8 | @api cancelButtonText; 9 | 10 | handleOk() { 11 | this.close(true); 12 | } 13 | 14 | handleCancel() { 15 | this.close(false); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/build.gradle: -------------------------------------------------------------------------------- 1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. 2 | plugins { 3 | id 'com.android.application' version '7.2.2' apply false 4 | id 'com.android.library' version '7.2.2' apply false 5 | id 'org.jetbrains.kotlin.android' version '1.7.10' apply false 6 | } 7 | 8 | task clean(type: Delete) { 9 | delete rootProject.buildDir 10 | } -------------------------------------------------------------------------------- /projects/FindNearby/force-app/main/default/lwc/objectIcon/objectIcon.html: -------------------------------------------------------------------------------- 1 | 14 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/lwc/alertMessage/alertMessage.css: -------------------------------------------------------------------------------- 1 | .modal-header { 2 | display: flex; 3 | justify-content: center; 4 | align-items: center; 5 | font-size: 20px; 6 | font-weight: 400; 7 | line-height: 30px; 8 | } 9 | 10 | .message { 11 | font-size: 13px; 12 | font-weight: 400; 13 | line-height: 20px; 14 | } 15 | 16 | .error-icon { 17 | margin-right: 8px; 18 | --lwc-colorTextIconDefault: #ba0517; 19 | } 20 | -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/settings.gradle: -------------------------------------------------------------------------------- 1 | pluginManagement { 2 | repositories { 3 | gradlePluginPortal() 4 | google() 5 | mavenCentral() 6 | } 7 | } 8 | dependencyResolutionManagement { 9 | repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) 10 | repositories { 11 | google() 12 | mavenCentral() 13 | } 14 | } 15 | 16 | rootProject.name = "Lwc Test App" 17 | include ':app' 18 | -------------------------------------------------------------------------------- /projects/LocalPreview/apps/android/LwcTestApp/app/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | #2196F3 4 | #FF6200EE 5 | #FF3700B3 6 | #FF03DAC5 7 | #FF018786 8 | #FF000000 9 | #FFFFFFFF 10 | -------------------------------------------------------------------------------- /projects/RescheduleAppointments/force-app/main/default/lwc/mobileAppointmentBookingLanding/mobileAppointmentBookingLanding.css: -------------------------------------------------------------------------------- 1 | .page-header { 2 | display: flex; 3 | } 4 | .landing-container { 5 | background-color: rgba(238, 238, 238, 1); 6 | } 7 | 8 | .landing-section { 9 | margin-bottom: 10px; 10 | } 11 | 12 | .test { 13 | background-color: blue; 14 | height: 300px; 15 | } 16 | 17 | .spinner-container { 18 | height: 100vh; 19 | background-color: rgba(255, 255, 255, 0.7); 20 | } 21 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/lwc/mainDashboard/mainDashboard.html: -------------------------------------------------------------------------------- 1 | 17 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/lwc/followUpAppointmentSettingsContainer/followUpAppointmentSettingsContainer.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 55.0 4 | true 5 | Follow-Up Appointment Settings 6 | 7 | lightning__Tab 8 | 9 | 10 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/lwc/modal/modal.css: -------------------------------------------------------------------------------- 1 | .modal-background { 2 | position: fixed; 3 | top: 0; 4 | right: 0; 5 | bottom: 0; 6 | left: 0; 7 | background-color: rgba(43, 40, 38, 0.6); 8 | display: flex; 9 | } 10 | .modal-container { 11 | background-color: white; 12 | position: fixed; 13 | bottom: 0; 14 | left: 0; 15 | width: 100%; 16 | } 17 | 18 | .modal-header { 19 | display: flex; 20 | align-items: center; 21 | justify-content: space-between; 22 | } 23 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objects/Mobile_Dashboard_Setting__c/fields/Main_Filter__c.field-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Main_Filter__c 4 | false 5 | 6 | 32768 7 | false 8 | LongTextArea 9 | 3 10 | 11 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objects/Mobile_Dashboard_Setting__c/fields/Sub_Filters__c.field-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sub_Filters__c 4 | false 5 | 6 | 32768 7 | false 8 | LongTextArea 9 | 3 10 | 11 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objects/Mobile_Dashboard_Setting__c/fields/Title__c.field-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Title__c 4 | false 5 | 6 | 255 7 | true 8 | false 9 | Text 10 | false 11 | 12 | -------------------------------------------------------------------------------- /.github/workflows/lint.yml: -------------------------------------------------------------------------------- 1 | name: eslint 2 | run-name: Installs project and runs eslint checks 3 | on: [ push, pull_request ] 4 | jobs: 5 | lint: 6 | runs-on: ubuntu-latest 7 | strategy: 8 | matrix: 9 | node: [ 22 ] 10 | name: ESLint on Ubuntu with Node ${{ matrix.node }} 11 | steps: 12 | - uses: actions/checkout@v3 13 | - uses: actions/setup-node@v3 14 | with: 15 | node-version: ${{ matrix.node }} 16 | - run: yarn install 17 | - run: yarn lint -------------------------------------------------------------------------------- /.github/workflows/tests.yml: -------------------------------------------------------------------------------- 1 | name: tests 2 | run-name: Installs project and runs tests 3 | on: [ push, pull_request ] 4 | jobs: 5 | lint: 6 | runs-on: ubuntu-latest 7 | strategy: 8 | matrix: 9 | node: [ 22, 24 ] 10 | name: Tests Pass on Ubuntu with Node ${{ matrix.node }} 11 | steps: 12 | - uses: actions/checkout@v3 13 | - uses: actions/setup-node@v3 14 | with: 15 | node-version: ${{ matrix.node }} 16 | - run: yarn install 17 | - run: yarn test -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/objects/FollowupAppointmentSettings__c/fields/ShowExactArrivalTime__c.field-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | ShowExactArrivalTime__c 4 | false 5 | false 6 | 7 | false 8 | Checkbox 9 | 10 | -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/force-app/main/default/lwc/infoEditorPrompt/infoEditorPrompt.css: -------------------------------------------------------------------------------- 1 | .save-button { 2 | background-color: #1b96ff; 3 | border-radius: 12px; 4 | border: 0; 5 | } 6 | 7 | .save-button:disabled { 8 | background-color: #444444; 9 | color: #939393; 10 | } 11 | 12 | .close-button { 13 | position: absolute; 14 | right: 20px; 15 | bottom: 15px; 16 | color: #1b96ff; 17 | } 18 | 19 | .close-button > svg { 20 | width: 1rem; 21 | height: 1rem; 22 | display: block; 23 | } 24 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objects/Mobile_Dashboard_Setting__c/fields/Object_Name__c.field-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Object_Name__c 4 | false 5 | 6 | 50 7 | true 8 | false 9 | Text 10 | false 11 | 12 | -------------------------------------------------------------------------------- /projects/LocalPreview/HelloWorld/scripts/apex/hello.apex: -------------------------------------------------------------------------------- 1 | // Use .apex files to store anonymous Apex. 2 | // You can execute anonymous Apex in VS Code by selecting the 3 | // apex text and running the command: 4 | // SFDX: Execute Anonymous Apex with Currently Selected Text 5 | // You can also execute the entire file by running the command: 6 | // SFDX: Execute Anonymous Apex with Editor Contents 7 | 8 | string tempvar = 'Enter_your_name_here'; 9 | System.debug('Hello World!'); 10 | System.debug('My name is ' + tempvar); -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objects/Mobile_Dashboard_Setting__c/fields/Custom_Logic__c.field-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Custom_Logic__c 4 | false 5 | 6 | 255 7 | false 8 | false 9 | Text 10 | false 11 | 12 | -------------------------------------------------------------------------------- /.github/workflows/prettier.yml: -------------------------------------------------------------------------------- 1 | name: prettier 2 | run-name: Installs project and runs prettier checks 3 | on: [ push, pull_request ] 4 | jobs: 5 | lint: 6 | runs-on: ubuntu-latest 7 | strategy: 8 | matrix: 9 | node: [ 22 ] 10 | name: Prettier on Ubuntu with Node ${{ matrix.node }} 11 | steps: 12 | - uses: actions/checkout@v3 13 | - uses: actions/setup-node@v3 14 | with: 15 | node-version: ${{ matrix.node }} 16 | - run: yarn install 17 | - run: yarn prettier:verify -------------------------------------------------------------------------------- /projects/ServiceDocumentSamples/force-app/main/default/lwc/mediumHeaderText/mediumHeaderText.js: -------------------------------------------------------------------------------- 1 | import { LightningElement, api } from "lwc"; 2 | 3 | export default class MediumHeaderText extends LightningElement { 4 | @api text; 5 | @api colorhex; 6 | @api topPadding; 7 | @api leftPadding; 8 | @api rightPadding; 9 | @api bottomPadding; 10 | get inlineStyle() { 11 | return `color:#${this.colorhex}; padding:${this.topPadding}px ${this.rightPadding}px ${this.bottomPadding}px ${this.leftPadding}px`; 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/objects/FollowupAppointmentSettings__c/fields/Screen_Title_1__c.field-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Screen_Title_1__c 4 | false 5 | 6 | 255 7 | false 8 | false 9 | Text 10 | false 11 | 12 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/objects/FollowupAppointmentSettings__c/fields/Screen_Title_2__c.field-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Screen_Title_2__c 4 | false 5 | 6 | 255 7 | false 8 | false 9 | Text 10 | false 11 | 12 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/objects/FollowupAppointmentSettings__c/fields/Screen_Title_3__c.field-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Screen_Title_3__c 4 | false 5 | 6 | 255 7 | false 8 | false 9 | Text 10 | false 11 | 12 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objects/Mobile_Dashboard_Setting__c/fields/Order__c.field-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Order__c 4 | false 5 | 6 | 18 7 | true 8 | 0 9 | false 10 | Number 11 | false 12 | 13 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/objects/FollowupAppointmentSettings__c/fields/Fields_To_Show_Page_1__c.field-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Fields_To_Show_Page_1__c 4 | false 5 | 6 | 32768 7 | false 8 | LongTextArea 9 | 3 10 | 11 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/objects/FollowupAppointmentSettings__c/fields/Fields_To_Show_Page_2__c.field-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Fields_To_Show_Page_2__c 4 | false 5 | 6 | 32768 7 | false 8 | LongTextArea 9 | 3 10 | 11 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/objects/FollowupAppointmentSettings__c/fields/Fields_To_Show_Page_3__c.field-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Fields_To_Show_Page_3__c 4 | false 5 | 6 | 32768 7 | false 8 | LongTextArea 9 | 3 10 | 11 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/objects/FollowupAppointmentSettings__c/fields/Record_To_Create__c.field-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Record_To_Create__c 4 | false 5 | 6 | 255 7 | false 8 | false 9 | Text 10 | false 11 | 12 | -------------------------------------------------------------------------------- /projects/ServiceDocumentSamples/force-app/main/default/lwc/staticImage/staticImage.js: -------------------------------------------------------------------------------- 1 | import { LightningElement, api } from "lwc"; 2 | import SALESFORCE_LOGO from "@salesforce/contentAssetUrl/salesforce"; 3 | export default class DemoSalesforceLogo extends LightningElement { 4 | @api width; 5 | @api height; 6 | // Expose the static resource URL for use in the template 7 | get salesforceUrl() { 8 | return SALESFORCE_LOGO; 9 | } 10 | get inlineStyle() { 11 | return `width: ${this.width}px;height: ${this.height}px`; 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/force-app/main/default/lwc/darkInput/darkInput.css: -------------------------------------------------------------------------------- 1 | label, 2 | .characters-count { 3 | color: #aeaeae; 4 | } 5 | 6 | input, 7 | textarea { 8 | background-color: black; 9 | border: 1px solid #444444; 10 | border-radius: 12px; 11 | color: white; 12 | } 13 | 14 | textarea { 15 | resize: none; 16 | } 17 | 18 | input::placeholder, 19 | textarea::placeholder { 20 | color: #c9c9c9; 21 | } 22 | 23 | input:focus, 24 | textarea:focus { 25 | background-color: #001639; 26 | border: 1px solid #1b96ff; 27 | } 28 | -------------------------------------------------------------------------------- /projects/FindNearby/force-app/main/default/lwc/confirmModal/confirmModal.css: -------------------------------------------------------------------------------- 1 | .confirm-modal-container { 2 | background: white; 3 | border-radius: 12px; 4 | } 5 | 6 | button { 7 | height: 48px; 8 | width: 140px; 9 | border-radius: 12px; 10 | font-size: 16px; 11 | font-weight: 600; 12 | line-height: 22px; 13 | } 14 | 15 | .ok-button { 16 | border: none; 17 | color: white; 18 | background-color: #0d7fa8; 19 | } 20 | 21 | .cancel-button { 22 | border: 2px solid #0d7fa8; 23 | color: #0d7fa8; 24 | background-color: white; 25 | } 26 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/lwc/alertMessage/alertMessage.js: -------------------------------------------------------------------------------- 1 | import { api } from "lwc"; 2 | import LightningModal from "lightning/modal"; 3 | import customLabels from "./labels"; 4 | 5 | export default class AlertMessage extends LightningModal { 6 | @api modalTitle; 7 | @api message; 8 | @api discardButtonText; 9 | @api isDeleteMsg; 10 | 11 | LABELS = customLabels; 12 | 13 | handleDiscardClick = () => { 14 | this.close(); 15 | }; 16 | 17 | handleDeleteClick = () => { 18 | this.close(true); 19 | }; 20 | } 21 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/objects/FollowupAppointmentSettings__c/fields/Technician_Assigment__c.field-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Technician_Assigment__c 4 | false 5 | 6 | 255 7 | false 8 | false 9 | Text 10 | false 11 | 12 | -------------------------------------------------------------------------------- /projects/LocalPreview/HelloWorld/force-app/main/default/lwc/helloWorld/helloWorld.js-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 48.0 4 | true 5 | 6 | 7 | lightning__AppPage 8 | lightning__RecordPage 9 | lightning__HomePage 10 | 11 | 12 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/lwc/mobileAppointmentBookingCompactAppointmentInfo/mobileAppointmentBookingCompactAppointmentInfo.html: -------------------------------------------------------------------------------- 1 | 14 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/lwc/modal/modal.js: -------------------------------------------------------------------------------- 1 | import { LightningElement, api } from "lwc"; 2 | 3 | export default class Modal extends LightningElement { 4 | @api showModal; 5 | 6 | @api get modalIsOpen() { 7 | return this.showModal === 1; 8 | } 9 | 10 | closeModal(event) { 11 | event.preventDefault(); 12 | 13 | console.log("dispatching close modal::: " + this.showModal); 14 | this.dispatchEvent( 15 | new CustomEvent("closemodal", { 16 | composed: true, 17 | bubbles: true 18 | }) 19 | ); 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /projects/UploadAndAnnotateImages/force-app/main/default/lwc/loadingSpinner/loadingSpinner.html: -------------------------------------------------------------------------------- 1 | 16 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/lwc/mobileAppointmentBookingLanding/mobileAppointmentBookingLanding.css: -------------------------------------------------------------------------------- 1 | .page-header { 2 | display: flex; 3 | } 4 | .landing-container { 5 | background-color: #e5e5e5; 6 | } 7 | 8 | .landing-section { 9 | margin-bottom: 10px; 10 | } 11 | 12 | .test { 13 | background-color: blue; 14 | height: 300px; 15 | } 16 | 17 | .spinner { 18 | position: relative; 19 | display: inline-block; 20 | text-align: center; 21 | } 22 | .slds-spinner { 23 | position: fixed; 24 | } 25 | .slds-spinner_container { 26 | position: fixed; 27 | } 28 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-zh_CN/Mobile_Dashboard_Setting__c-zh_CN.objectTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 移动仪表板设置名称 4 | 5 | Name 6 | 7 | 8 | 9 | false 10 | 移动仪表板设置 11 | 12 | 13 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-zh_TW/Mobile_Dashboard_Setting__c-zh_TW.objectTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 行動顯示面板設定名稱 4 | 5 | Name 6 | 7 | 8 | 9 | false 10 | 行動顯示面板設定 11 | 12 | 13 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ko/Mobile_Dashboard_Setting__c-ko.objectTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 모바일 대시보드 설정 이름 4 | 5 | Name 6 | 7 | 8 | 9 | false 10 | 모바일 대시보드 설정 11 | 12 | 13 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ja/Mobile_Dashboard_Setting__c-ja.objectTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | モバイルダッシュボードの設定名 4 | 5 | Name 6 | 7 | 8 | 9 | false 10 | モバイルダッシュボード設定 11 | 12 | 13 | -------------------------------------------------------------------------------- /projects/FollowUpAppointment/force-app/main/default/objects/FollowupAppointmentSettings__c/fields/Scheduling_Horizon_Value__c.field-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Scheduling_Horizon_Value__c 4 | false 5 | 6 | 18 7 | false 8 | 0 9 | false 10 | Number 11 | false 12 | 13 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-zh_CN/Layout__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Layout__c 4 | 5 | 6 | SIDE 7 | 侧面 8 | 9 | 10 | STACK 11 | 堆栈 12 | 13 | 14 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-iw/Layout__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Layout__c 4 | 5 | 6 | SIDE 7 | צד 8 | 9 | 10 | STACK 11 | ערימה 12 | 13 | 14 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ja/Layout__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Layout__c 4 | 5 | 6 | SIDE 7 | 横並び 8 | 9 | 10 | STACK 11 | 積み重ね 12 | 13 | 14 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ko/Layout__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Layout__c 4 | 5 | 6 | SIDE 7 | SIDE 8 | 9 | 10 | STACK 11 | STACK 12 | 13 | 14 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-pl/Layout__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Layout__c 4 | 5 | 6 | SIDE 7 | OBOK 8 | 9 | 10 | STACK 11 | STOS 12 | 13 | 14 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-ru/Layout__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Layout__c 4 | 5 | 6 | SIDE 7 | SIDE 8 | 9 | 10 | STACK 11 | STACK 12 | 13 | 14 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-da/Layout__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Layout__c 4 | 5 | 6 | SIDE 7 | SIDE 8 | 9 | 10 | STACK 11 | STABEL 12 | 13 | 14 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-de/Layout__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Layout__c 4 | 5 | 6 | SIDE 7 | SEITE 8 | 9 | 10 | STACK 11 | STAPEL 12 | 13 | 14 | -------------------------------------------------------------------------------- /projects/MobileDashboard/force-app/main/default/objectTranslations/Mobile_Dashboard_Setting__c-en_GB/Layout__c.fieldTranslation-meta.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Layout__c 4 | 5 | 6 | SIDE 7 | SIDE 8 | 9 | 10 | STACK 11 | STACK 12 | 13 | 14 | --------------------------------------------------------------------------------