@salesforce/ui-bundle-template-app-react-sample-b2x 1.120.4 → 1.120.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.120.6](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.120.5...v1.120.6) (2026-04-07)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.120.5](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.120.4...v1.120.5) (2026-04-07)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [1.120.4](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.120.3...v1.120.4) (2026-04-07)
|
|
7
23
|
|
|
8
24
|
|
package/dist/README.md
CHANGED
|
@@ -29,20 +29,25 @@ A property rental sample React UI Bundle for Salesforce Experience Cloud. Demons
|
|
|
29
29
|
|
|
30
30
|
## What's Included
|
|
31
31
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
32
|
+
```
|
|
33
|
+
force-app/main/default/
|
|
34
|
+
├── classes/ # Apex Logic: Triggers, Auth, and Registration
|
|
35
|
+
│ ├── MaintenanceRequestTriggerHandler.cls
|
|
36
|
+
│ ├── TenantTriggerHandler.cls
|
|
37
|
+
│ └── UIBundle (Auth, Login, Registration, etc.)
|
|
38
|
+
├── cspTrustedSites/ # External resource security (Maps, Fonts, Avatars)
|
|
39
|
+
├── data/ # Sample JSON data for "sf data import tree"
|
|
40
|
+
├── digitalExperienceConfigs/ # Experience Cloud site configurations
|
|
41
|
+
├── digitalExperiences/ # Experience Cloud site definitions
|
|
42
|
+
├── layouts/ # Page layouts for all 17 custom objects
|
|
43
|
+
├── networks/ # Experience Cloud network metadata
|
|
44
|
+
├── objects/ # 17 Custom Objects (Property, Tenant, Lease, etc.)
|
|
45
|
+
├── permissionsets/ # Access: Property_Management (Admin) & Tenant (Scoped)
|
|
46
|
+
├── sites/ # Salesforce Sites configuration
|
|
47
|
+
├── triggers/ # Apex Triggers: MaintenanceRequest & Tenant
|
|
48
|
+
└── uiBundles/
|
|
49
|
+
└── propertyrentalapp/ # React UI Bundle (source, config, tests)
|
|
50
|
+
```
|
|
46
51
|
|
|
47
52
|
---
|
|
48
53
|
|
|
@@ -462,7 +467,7 @@ By default, Salesforce does not expose any records to guest users. You must crea
|
|
|
462
467
|
2. Scroll to the **Property Sharing Rules** section and click **New**.
|
|
463
468
|
3. Configure the rule:
|
|
464
469
|
- **Label**: `Available Properties for Guest Users`
|
|
465
|
-
- **Rule Type**: Select **
|
|
470
|
+
- **Rule Type**: Select **Guest user access, based on criteria**
|
|
466
471
|
- **Criteria**: `Status Equals Available` (adjust the field and value to match your data model)
|
|
467
472
|
- **Share with**: Select **Guests of the Property Rental App site** (the guest user group for your Experience Cloud site)
|
|
468
473
|
- **Access Level**: `Read Only`
|
|
@@ -473,7 +478,7 @@ By default, Salesforce does not expose any records to guest users. You must crea
|
|
|
473
478
|
Repeat the same steps in the **Property Listing Sharing Rules** section:
|
|
474
479
|
|
|
475
480
|
- **Label**: `Available Property Listings for Guest Users`
|
|
476
|
-
- **Rule Type**: `
|
|
481
|
+
- **Rule Type**: `Guest user access, based on criteria`
|
|
477
482
|
- **Criteria**: Match listings you want to expose (e.g., `Status Equals Active`)
|
|
478
483
|
- **Share with**: `Guests of the Property Rental App site`
|
|
479
484
|
- **Access Level**: `Read Only`
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"graphql:schema": "node scripts/get-graphql-schema.mjs"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@salesforce/sdk-data": "^1.120.
|
|
22
|
-
"@salesforce/ui-bundle": "^1.120.
|
|
21
|
+
"@salesforce/sdk-data": "^1.120.6",
|
|
22
|
+
"@salesforce/ui-bundle": "^1.120.6",
|
|
23
23
|
"@tailwindcss/vite": "^4.1.17",
|
|
24
24
|
"class-variance-authority": "^0.7.1",
|
|
25
25
|
"clsx": "^2.1.1",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@graphql-eslint/eslint-plugin": "^4.1.0",
|
|
51
51
|
"@graphql-tools/utils": "^11.0.0",
|
|
52
52
|
"@playwright/test": "^1.49.0",
|
|
53
|
-
"@salesforce/vite-plugin-ui-bundle": "^1.120.
|
|
53
|
+
"@salesforce/vite-plugin-ui-bundle": "^1.120.6",
|
|
54
54
|
"@testing-library/jest-dom": "^6.6.3",
|
|
55
55
|
"@testing-library/react": "^16.1.0",
|
|
56
56
|
"@testing-library/user-event": "^14.5.2",
|
|
@@ -73,5 +73,8 @@
|
|
|
73
73
|
"vite": "^7.2.4",
|
|
74
74
|
"vite-plugin-graphql-codegen": "^3.6.3",
|
|
75
75
|
"vitest": "^4.0.17"
|
|
76
|
+
},
|
|
77
|
+
"overrides": {
|
|
78
|
+
"lodash": "^4.18.1"
|
|
76
79
|
}
|
|
77
80
|
}
|
package/dist/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/webapp-template-base-sfdx-project-experimental",
|
|
3
|
-
"version": "1.120.
|
|
3
|
+
"version": "1.120.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/webapp-template-base-sfdx-project-experimental",
|
|
9
|
-
"version": "1.120.
|
|
9
|
+
"version": "1.120.6",
|
|
10
10
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@lwc/eslint-plugin-lwc": "^3.3.0",
|
package/dist/package.json
CHANGED